From b1e9b5e245961454fc972ea17d604c5dfb8e56ce Mon Sep 17 00:00:00 2001 From: gian Date: Mon, 24 Apr 2017 12:25:29 -0300 Subject: [PATCH] Polish README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71b8d9c3..2c406b89 100644 --- a/README.md +++ b/README.md @@ -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.