mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Fix README. [ci skip]
This commit is contained in:
parent
838517d388
commit
0fe223a6af
1 changed files with 3 additions and 2 deletions
|
@ -152,7 +152,7 @@ Backfills
|
||||||
|
|
||||||
In certain cases it is desirable that missed jobs will be enqueued
|
In certain cases it is desirable that missed jobs will be enqueued
|
||||||
retroactively, for example when a critical, hourly job isn't run due to
|
retroactively, for example when a critical, hourly job isn't run due to
|
||||||
server downtime. To solve this, `#tiq` takes a *backfill* option. If
|
server downtime. To solve this, `#recurrence` takes a *backfill* option. If
|
||||||
missing job occurrences have been detected, Sidetiq will then enqueue
|
missing job occurrences have been detected, Sidetiq will then enqueue
|
||||||
the jobs automatically. It will also ensure that the timestamps passed to
|
the jobs automatically. It will also ensure that the timestamps passed to
|
||||||
`#perform` are as expected:
|
`#perform` are as expected:
|
||||||
|
@ -219,7 +219,8 @@ Sidetiq.schedules
|
||||||
```
|
```
|
||||||
|
|
||||||
`Sidetiq.workers` returns an `Array` of all workers currently tracked by
|
`Sidetiq.workers` returns an `Array` of all workers currently tracked by
|
||||||
Sidetiq (workers which include `Sidetiq::Schedulable` and a `.tiq` call):
|
Sidetiq (workers which include `Sidetiq::Schedulable` and a `.recurrence`
|
||||||
|
call):
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
Sidetiq.workers
|
Sidetiq.workers
|
||||||
|
|
Loading…
Reference in a new issue