Skip to content

Commit

Permalink
fix: Add task to clear users
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Jan 18, 2025
1 parent 87418a0 commit d8da4d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@
cron: '0 0 3 * * *'
class: Decidim::PapertrailVersionJob
queue: default
ArchiveUsersPhone:
cron: '0 <%= Random.rand(0..59) %> <%= Random.rand(6..8) %> * * *' # Run randomly between 06:00 and 08:59
class: ArchiveUsersPhoneJob
queue: default
enabled: false

0 comments on commit d8da4d6

Please sign in to comment.