File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ cronjobs:
215215 - command : ' sync_molnix'
216216 schedule : ' 10 */2 * * *'
217217 - command : ' ingest_appeals'
218- schedule : ' 45 */2 * * *'
218+ schedule : ' */30 * * * *'
219219 - command : ' sync_appealdocs'
220220 schedule : ' 15 * * * *'
221221 - command : ' revoke_staff_status'
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class SentryMonitor(models.TextChoices):
107107
108108 INDEX_AND_NOTIFY = "index_and_notify" , "*/5 * * * *"
109109 SYNC_MOLNIX = "sync_molnix" , "10 */2 * * *"
110- INGEST_APPEALS = "ingest_appeals" , "45 */2 * * *"
110+ INGEST_APPEALS = "ingest_appeals" , "*/30 * * * *"
111111 SYNC_APPEALDOCS = "sync_appealdocs" , "15 * * * *"
112112 REVOKE_STAFF_STATUS = "revoke_staff_status" , "51 * * * *"
113113 UPDATE_PROJECT_STATUS = "update_project_status" , "1 3 * * *"
You can’t perform that action at this time.
0 commit comments