Changelog for
ruby2.5-rubygem-sidekiq-cron-1.3.0-1.2.x86_64.rpm :
* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 1.3.0 see installed Changes.md v 1.3.0 - ------ - add confirmation dialog when enquing jobs from UI - start to support Sidekiq `average_scheduled_poll_interval` option (replaced `poll_interval`) - enable to use latest fugit to parse cron notation alowing use of natural language (ie `\"every 30 minutes\"`) - fix deprecation warning for redis 4.6.x - fix different response from Redis#exists in different redis versions - All PRs: - https://github.com/ondrejbartas/sidekiq-cron/pull/275 - https://github.com/ondrejbartas/sidekiq-cron/pull/287 - https://github.com/ondrejbartas/sidekiq-cron/pull/309 - https://github.com/ondrejbartas/sidekiq-cron/pull/299 - https://github.com/ondrejbartas/sidekiq-cron/pull/314 - https://github.com/ondrejbartas/sidekiq-cron/pull/288
* Thu May 07 2020 cooloAATTsuse.com- updated to version 1.2.0 see installed Changes.md v 1.2.0 - ------ - updated readme - fix problem with Sidekiq::Launcher and requiring it when not needed - better patching of Sidekiq::Launcher - fixed Dockerfile v 1.1.0 - ------ - updated readme - fix unit tests - changed argument error when getting invalid cron format - when fallbacking old job enqueued time use `Time.parse` šwithout format (so ruby can decide best method to parse it) - add option `date_as_argument` which will add to your job arguments on last place `Time.now.to_f` when it was eneuqued - add option `description` which will allow you to add notes to your jobs so in web view you can see it - fixed translations
* Sat Mar 02 2019 cooloAATTsuse.com- updated to version 1.1.0 see installed Changes.md
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.0.4 see installed Changes.md v 1.0.4 - ------ - fix problem with upgrading to 1.0.x - parsing last enqued time didn\'t count with old time format stored in redis v 1.0.0 - ------ - use [fugit](https://github.com/floraison/fugit) instead of [rufus-scheduler](https://github.com/jmettraux/rufus-scheduler) - API of cron didn\'t change (rufus scheduler is using fugit) - better working with Timezones - translations for JA, zh-CN - cron without timezone are considered as UTC, to add Timezone to cron use format `
*
*
*
*
* Europe/Berlin` - be aware that this release can change when your jobs are enqueued (for me it didn\'t change but it is in one project, in other it can shift by different timezone setup)
* Mon Jul 09 2018 factory-autoAATTkulow.org- updated to version 1.0.0 see installed Changes.md
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 0.6.3 see installed Changes.md v 0.6.0 - ------ - set poller to check jobs every 30s by default (possible to override by `Sidekiq.options[:poll_interval] = 10`) - add group actions (enqueue, enable, disable, delete) all in web view - fix poller to enqueu all jobs in poll start time - add performance test for enqueue of jobs (10 000 jobs in less than 19s) - fix problem with default queue - remove redis-namespace from dependencies - update ruby versions in travis v 0.5.0 - ------ - add docker support - all crons are now evaluated in UTC - fix rufus scheduler & timezones problems - add support for sidekiq 4.2.1 - fix readme - add Russian locale - user Rack.env in tests - faster enque of jobs - permit to use ActiveJob::Base.queue_name_delimiter - fix problem with multiple times enque #84 - fix problem with enque of unknown class
* Tue May 23 2017 cooloAATTsuse.com- updated to version 0.6.0 see installed Changes.md
* Fri Apr 14 2017 cooloAATTsuse.com- updated to version 0.5.1 see installed Changes.md
* Fri Dec 09 2016 cooloAATTsuse.com- updated to version 0.4.5 see installed Changes.md
* Sun Nov 27 2016 cooloAATTsuse.com- updated to version 0.4.4 see installed Changes.md v 0.4.0 - ------ - enable to work with sidekiq >= 4.0.0 - fix readme
* Wed Nov 16 2016 tampakrapAATTopensuse.org- Initial commit