Skip to content

Commit

Permalink
Sync Molnix at every 15th minute - also in Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Jun 19, 2024
1 parent fa7f5a8 commit 9c4108d
Showing 1 changed file with 1 addition and 1 deletion.
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", "*/10 * * * *"
SYNC_MOLNIX = "sync_molnix", "*/15 * * * *"
INGEST_APPEALS = "ingest_appeals", "45 */2 * * *"
SYNC_APPEALDOCS = "sync_appealdocs", "15 * * * *"
REVOKE_STAFF_STATUS = "revoke_staff_status", "51 * * * *"
Expand Down

0 comments on commit 9c4108d

Please sign in to comment.