Releases: simplymadeapps/simple_scheduler
Releases · simplymadeapps/simple_scheduler
Version 0.2.7
- Fix error with :at times without a specified hour during the last hour of the day #16
- Closes #13
- Thanks @MSeneadza, for tracking this down!
Version 0.2.6
- Raise an error if an invalid run 'at' time is given #14
Version 0.2.5
- Fix issue with using
niltime zone when included in the configuration file #11
Version 0.2.4
- Add rake task for resetting the future jobs queue #7
Version 0.2.3
- Clean up/add comments to some confusing code/update readme #6
Version 0.2.2
- Refactor: Move parsing of Task :at options to separate class #4
Version 0.2.1
- Fix issue with the Sidekiq arguments hash using string keys #2
Verison 0.2.0
- Add optional :expires_after option when defining tasks #1
Version 0.1.0
Initial Release