Skip to content

Commit

Permalink
Polish README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snmgian committed Apr 24, 2017
1 parent b63f287 commit b1e9b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ ActiveSupport::TimeZone.find_tzinfo(Rails.configuration.time_zone).name

## Notes about running on Multiple Hosts

`cron` and `at` jobs are pushed once despite the number of `sidekiq-scheduler` running instances,
assumming that time deltas between hosts is lesser than 24 hours.
`cron` and `at` jobs are pushed once regardless of the number of `sidekiq-scheduler` running instances,
assumming that time deltas between hosts is less than 24 hours.

`every`, `interval` and `in` jobs will be pushed once per host.

Expand Down

0 comments on commit b1e9b5e

Please sign in to comment.