diff --git a/config/sidekiq.yml b/config/sidekiq.yml index acac9bb3..9be328b1 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -7,7 +7,7 @@ production: :limits: pull_requests: <%= ENV.fetch('SIDEKIQ_PULL_REQS_CONCURRENCY', 1) %> reviews: <%= ENV.fetch('SIDEKIQ_REVIEWS_CONCURRENCY', 4) %> -:schedule: +# :schedule: # an_scheduled_task: # cron: '0 * * * * *' # Runs once per minute # class: ExampleJob