From 5016df1c26ac57f840ec9e07bc2d9cf893a21f48 Mon Sep 17 00:00:00 2001 From: Carson Reinke Date: Wed, 24 May 2017 15:10:09 -0400 Subject: [PATCH] Noting that rufus-scheduler overlap will not work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 443a6b9d..0f7cfff8 100644 --- a/README.md +++ b/README.md @@ -338,8 +338,8 @@ for handling the heavy lifting of the actual scheduling engine. #### Dynamic schedules Dynamic schedules are programmatically set on a running `resque-scheduler`. -All [rufus-scheduler](http://github.com/jmettraux/rufus-scheduler) options are supported -when setting schedules. +Most [rufus-scheduler](http://github.com/jmettraux/rufus-scheduler) options are supported +when setting schedules. Specifically the `overlap` option will not work. Dynamic schedules are not enabled by default. To be able to dynamically set schedules, you must pass the following to `resque-scheduler` initialization (see *Installation* above for a more complete example):