Skip to content

Commit

Permalink
fix(sidekiq): Add Sidekiq Cron configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 16, 2024
1 parent 04f93aa commit a7f1bfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@
cron: '0 1 * * *'
class: NotifyProgressInitiatives
queue: initiatives
ActiveStorageClearOrphans:
cron: '30 6 1 9 0' # Run at 06:30AM on 1st September
class: ActiveStorageClearOrphansJob
queue: default

0 comments on commit a7f1bfa

Please sign in to comment.