Skip to content

Commit

Permalink
Planifie ResourcesChangedNotificationJob (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Aug 7, 2023
1 parent 9f2d242 commit 5d0af5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ oban_crontab_all_envs =
{"5 6 * * *", Transport.Jobs.NewDatagouvDatasetsJob},
{"0 6 * * *", Transport.Jobs.NewDatasetNotificationsJob},
{"0 21 * * *", Transport.Jobs.DatasetHistoryDispatcherJob},
# Should be executed after all `DatasetHistoryJob` have been executed
{"50 21 * * *", Transport.Jobs.ResourcesChangedNotificationJob},
{"0 22 * * *", Transport.Jobs.ArchiveMetricsJob},
{"15,45 * * * *", Transport.Jobs.MultiValidationWithErrorNotificationJob},
{"20,50 * * * *", Transport.Jobs.ResourceUnavailableNotificationJob},
Expand Down

0 comments on commit 5d0af5e

Please sign in to comment.