Skip to content

Commit

Permalink
chore(config/sidekiq): comment empty schedule config option
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmontoya committed Aug 6, 2020
1 parent efe96af commit 3573b65
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 @@ -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
Expand Down

0 comments on commit 3573b65

Please sign in to comment.