Skip to content

Commit

Permalink
Change sync_molnix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Jan 17, 2025
1 parent e38f86e commit e4d6e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/ifrcgo-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ cronjobs:
- command: 'index_and_notify'
schedule: '*/5 * * * *'
- command: 'sync_molnix'
schedule: '*/15 * * * *'
schedule: '10 */2 * * *'
- command: 'ingest_appeals'
schedule: '45 */2 * * *'
- command: 'sync_appealdocs'
Expand Down
2 changes: 1 addition & 1 deletion main/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SentryMonitor(models.TextChoices):
"""

INDEX_AND_NOTIFY = "index_and_notify", "*/5 * * * *"
SYNC_MOLNIX = "sync_molnix", "*/15 * * * *"
SYNC_MOLNIX = "sync_molnix", "10 */2 * * *"
INGEST_APPEALS = "ingest_appeals", "45 */2 * * *"
SYNC_APPEALDOCS = "sync_appealdocs", "15 * * * *"
REVOKE_STAFF_STATUS = "revoke_staff_status", "51 * * * *"
Expand Down

0 comments on commit e4d6e10

Please sign in to comment.