Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit e94bb18

Browse files
apex-omontgomeryBRIMIL01
authored andcommitted
see extended
After discussing data collections, it's aware we need to wait until she nell returns so that we can make sure we won't get in trouble. Making this only run on feb 31.
1 parent 6100dd7 commit e94bb18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/job_schedule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515

1616
# At 04:00 every day run the meetup member sync job
1717
meetup_member_sync_job:
18-
cron: "0 4 * * *"
18+
#cron: "0 4 * * *"
19+
cron: "0 0 5 31 2 ?" # only run Feb 31
1920
class: "MeetupMemberSyncJob"
2021
queue: "default"
2122

2223
# At 03:00 every day run the github collect statistics job
2324
github_collect_statistics_job:
24-
cron: "0 3 * * *"
25+
#cron: "0 3 * * *"
26+
cron: "0 0 5 31 2 ?" # only run Feb 31
2527
class: "GithubCollectStatisticsJob"
2628
queue: "default"

0 commit comments

Comments
 (0)