Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
fix: Add SpamBotBlockUsers sidekiq job
  • Loading branch information
Quentinchampenois authored Nov 14, 2024
2 parents ddf806c + 0b3cdc9 commit d32494b
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 @@ -58,3 +58,8 @@
cron: '0 1 * * *'
class: NotifyProgressInitiatives
queue: initiatives
SpamBotBlockUsers:
cron: '0 <%= Random.rand(0..59) %> <%= Random.rand(6..8) %> * * *' # Run randomly between 06:00 and 08:59
class: Decidim::SpamDetection::BlockUsersJob
queue: default
enabled: false

0 comments on commit d32494b

Please sign in to comment.