Skip to content

Commit a9b61e0

Browse files
committed
Fix description about interval value.
1 parent 25d7bc7 commit a9b61e0

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)