Skip to content

Commit 00bb940

Browse files
committed
Reschedule ingest_appeals job to run hourly
1 parent 6efc352 commit 00bb940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/ifrcgo-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: '45 * * * *'
219219
- command: 'sync_appealdocs'
220220
schedule: '15 * * * *'
221221
- command: 'revoke_staff_status'

main/sentry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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", "45 * * * *"
111111
SYNC_APPEALDOCS = "sync_appealdocs", "15 * * * *"
112112
REVOKE_STAFF_STATUS = "revoke_staff_status", "51 * * * *"
113113
UPDATE_PROJECT_STATUS = "update_project_status", "1 3 * * *"

0 commit comments

Comments
 (0)