From 117506ac0bf655647f8e0c343c7174f4823ea26f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 16 Feb 2014 21:21:45 -0500 Subject: [PATCH] TRIVIAL: un-derping my derp about every Closes #186 for realsies :smiley_cat: [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44f170f..deb32c32 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ CancelAbandonedOrders: queue_documents_for_indexing: cron: "0 0 * * *" # you can use rufus-scheduler "every" syntax in place of cron if you prefer - # every: 1hr + # every: 1h # By default the job name (hash key) will be taken as worker class name. # If you want to have a different job name and class name, provide the 'class' option class: "QueueDocuments"