* You can now check whether a job is scheduled for execution using `job in scheduler` syntax * Added `scheduler.get_jobs` method * `scheduler.enqueue` and `scheduler.enqueue_periodic` will now raise a DeprecationWarning, please use `scheduler.schedule` instead
0.3.2
* Periodic jobs now require `RQ`_ >= 0.3.1
0.3
* Added the capability to create periodic (cron) and repeated job using `scheduler.enqueue`