Skip to content

Commit 578cf69

Browse files
authored
Merge pull request sidekiq-cron#256 from tai2/fix-readme
Fix description about interval value.
2 parents 81635dd + a9b61e0 commit 578cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Note that this API is only available in Sidekiq 3.x.x.
292292

293293
When you start the Sidekiq process, it starts one thread with `Sidekiq::Poller` instance, which perform the adding of scheduled jobs to queues, retries etc.
294294

295-
Sidekiq-Cron adds itself into this start procedure and starts another thread with `Sidekiq::Cron::Poller` which checks all enabled Sidekiq cron jobs every 10 seconds, if they should be added to queue (their cronline matches time of check).
295+
Sidekiq-Cron adds itself into this start procedure and starts another thread with `Sidekiq::Cron::Poller` which checks all enabled Sidekiq cron jobs every 30 seconds, if they should be added to queue (their cronline matches time of check).
296296

297297
Sidekiq-Cron is checking jobs to be enqueued every 30s by default, you can change it by setting:
298298
```

0 commit comments

Comments
 (0)