README.md in mini_scheduler-0.9.2 vs README.md in mini_scheduler-0.10.0
- old
+ new
@@ -47,9 +47,10 @@
end
```
Options for schedules:
+* **queue** followed by a queue name, like "queue :email", default queue is "default"
* **every** followed by a duration in seconds, like "every 1.hour".
* **daily at:** followed by a duration since midnight, like "daily at: 12.hours", to run only once per day at a specific time.
To view the scheduled jobs, their history, and the schedule, go to sidekiq's web UI and look for the "Scheduler" tab at the top.