From 0fe223a6af4e87d64e0ffb3024b363cbfe89c3cc Mon Sep 17 00:00:00 2001 From: Tobias Svensson Date: Fri, 12 Jul 2013 11:17:39 +0100 Subject: [PATCH] Fix README. [ci skip] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da9e262..b146325 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Backfills 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 -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 the jobs automatically. It will also ensure that the timestamps passed to `#perform` are as expected: @@ -219,7 +219,8 @@ Sidetiq.schedules ``` `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 Sidetiq.workers