Skip to content

Commit

Permalink
Merge pull request #6323 from ministryofjustice/adjust_polling
Browse files Browse the repository at this point in the history
Set SQS polling for every 30 seconds
  • Loading branch information
jrmhaig authored Dec 8, 2023
2 parents 54eb7d7 + 60df6dd commit 4432f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ production:
:scheduler:
:schedule:
poll_injection_responses:
cron: '0 * * * * *'
cron: '0/30 * * * * *'
class: Schedule::PollInjectionResponses
document_cleaner:
cron: '0 0 4 * * *'
Expand Down

0 comments on commit 4432f57

Please sign in to comment.