Skip to content

Commit

Permalink
fix: Remove scheduled OpenDataJob
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 4, 2023
1 parent 4fb6ae0 commit f687c04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
cron: '0 9 0 * * *' # Run at 00:09
class: CalculateAllMetricsJob
queue: scheduled
PreloadOpenData:
cron: '0 0 1 * * *' # Run at 01:00
class: PreloadOpenDataJob
queue: scheduled
DetectSpamUsers:
cron: '0 <%= Random.rand(0..59) %> <%= Random.rand(6..8) %> * * *' # Run randomly between 06:00 and 08:59
class: Decidim::SpamDetection::MarkUsersJob
Expand Down

0 comments on commit f687c04

Please sign in to comment.