SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-rq-1.4.3-bp154.1.35.x86_64.rpm :

* Wed Jul 22 2020 ecsos - Update to 1.4.3
* Added job.get_position() and queue.get_job_position(). Thanks AATTaparcar!
* Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks AATTselwin!
* Long job args/kwargs are now truncated during logging. Thanks AATTJhonnyBn!
* job.requeue() now returns the modified job. Thanks AATTericatkin!- Fix build error for Leap: Since 1.4.0 rq require python >= 3.4.
* Thu Jun 11 2020 Steve Kowalik - Update to 1.4.2:
* RQ 1.4.2 (2020-05-26) + Reverted changes to hmset command which causes workers on Redis server < 4 to crash. Thanks AATTselwin! + Merged in more groundwork to enable jobs with multiple dependencies. Thanks AATTthomasmatecki!
* RQ 1.4.1 (2020-05-16) + Default serializer now uses pickle.HIGHEST_PROTOCOL for backward compatibility reasons. Thanks AATTbbayles! + Avoid deprecation warnings on redis-py >= 3.5.0. Thanks AATTbbayles!
* RQ 1.4.0 (2020-05-13) + Custom serializer is now supported. Thanks AATTsolababs! + delay() now accepts job_id argument. Thanks AATTgrayshirt! + Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks AATTrmartin48! + When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks AATTmdawar! + Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks AATTkichawa! + Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks AATTselwin!
* Wed Jun 10 2020 Marcus Rueckert - BR redis to make the testsuite work
* Tue May 19 2020 Petr Gajdos - %python3_only -> %python_alternative
* Thu Mar 19 2020 Steve Kowalik - Update to 1.3.0:
* RQ 1.3.0 (2020-03-09) + Support for infinite job timeout. Thanks AATTtheY4Kman! + Added __main__ file so you can now do python -m rq.cli. Thanks AATTbbayles! + Fixes an issue that may cause zombie processes. Thanks AATTwevsty! + job_id is now passed to logger during failed jobs. Thanks AATTsmaccona! + queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. Thanks AATTselwin!
* RQ 1.2.2 (2020-01-31) + Job.fetch() now properly handles unpickleable return values. Thanks AATTselwin!
* RQ 1.2.1 (2020-01-31) + enqueue_at() and enqueue_in() now sets job status to scheduled. Thanks AATTcoolhacker170597! + Failed jobs data are now automatically expired by Redis. Thanks AATTselwin! + Fixes RQScheduler logging configuration. Thanks AATTFlorianPerucki!
* RQ 1.2.0 (2020-01-04) + This release also contains an alpha version of RQ\'s builtin job scheduling mechanism. Thanks AATTselwin! + Various internal API changes in preparation to support multiple job dependencies. Thanks AATTthomasmatecki! + --verbose or --quiet CLI arguments should override --logging-level. Thanks AATTzyt312074545! + Fixes a bug in rq info where it doesn\'t show workers for empty queues. Thanks AATTzyt312074545! + Fixed queue.enqueue_dependents() on custom Queue classes. Thanks AATTvan-ess0! + RQ and Python versions are now stored in job metadata. Thanks AATTeoranged! + Added failure_ttl argument to job decorator. Thanks AATTpax0r!
* Sat Aug 24 2019 Jan Engelhardt - Trim conjecture from description.
* Mon Aug 12 2019 Tomáš Chvátal - Update to 1.1.0:
* Many feature updates and bugfixes to support new python stack- Execute tests
* Mon Feb 04 2019 Marcus Rueckert - initial package
 
ICM