SHA256
14
0
forked from pool/python-rq
Commit Graph

8 Commits

Author SHA256 Message Date
Tomáš Chvátal
ac0f264610 Accepting request 822242 from home:ecsos
- Update to 1.4.3
  * Added job.get_position() and queue.get_job_position(). Thanks @aparcar!
  * Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks @selwin!
  * Long job args/kwargs are now truncated during logging. Thanks @JhonnyBn!
  * job.requeue() now returns the modified job. Thanks @ericatkin!
- Fix build error for Leap: Since 1.4.0 rq require python >= 3.4.

OBS-URL: https://build.opensuse.org/request/show/822242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=13
2020-07-22 13:16:40 +00:00
286f0cb585 - 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 @selwin!
    + Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki!
  * RQ 1.4.1 (2020-05-16)
    + Default serializer now uses pickle.HIGHEST_PROTOCOL for backward compatibility reasons. Thanks @bbayles!
    + Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles!
  * RQ 1.4.0 (2020-05-13)
    + Custom serializer is now supported. Thanks @solababs!
    + delay() now accepts job_id argument. Thanks @grayshirt!
    + Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks @rmartin48!
    + When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar!
    + Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks @kichawa!
    + Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks @selwin!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=11
2020-06-11 05:07:38 +00:00
42f1fefb06 Accepting request 813291 from home:darix:apps
- BR redis to make the testsuite work

OBS-URL: https://build.opensuse.org/request/show/813291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=10
2020-06-11 04:25:31 +00:00
Tomáš Chvátal
aad04e8f50 Accepting request 807237 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=8
2020-05-19 12:13:27 +00:00
1a6a928915 - Update to 1.3.0:
* RQ 1.3.0 (2020-03-09)
    + Support for infinite job timeout. Thanks @theY4Kman!
    + Added __main__ file so you can now do python -m rq.cli. Thanks @bbayles!
    + Fixes an issue that may cause zombie processes. Thanks @wevsty!
    + job_id is now passed to logger during failed jobs. Thanks @smaccona!
    + queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. Thanks @selwin!
  * RQ 1.2.2 (2020-01-31)
    + Job.fetch() now properly handles unpickleable return values. Thanks @selwin!
  * RQ 1.2.1 (2020-01-31)
    + enqueue_at() and enqueue_in() now sets job status to scheduled. Thanks @coolhacker170597!
    + Failed jobs data are now automatically expired by Redis. Thanks @selwin!
    + Fixes RQScheduler logging configuration. Thanks @FlorianPerucki!
  * RQ 1.2.0 (2020-01-04)
    + This release also contains an alpha version of RQ's builtin job scheduling mechanism. Thanks @selwin!
    + Various internal API changes in preparation to support multiple job dependencies. Thanks @thomasmatecki!
    + --verbose or --quiet CLI arguments should override --logging-level. Thanks @zyt312074545!
    + Fixes a bug in rq info where it doesn't show workers for empty queues. Thanks @zyt312074545!
    + Fixed queue.enqueue_dependents() on custom Queue classes. Thanks @van-ess0!
    + RQ and Python versions are now stored in job metadata. Thanks @eoranged!
    + Added failure_ttl argument to job decorator. Thanks @pax0r!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=6
2020-03-19 04:24:11 +00:00
Tomáš Chvátal
cf10883474 Accepting request 725754 from home:jengelh:branches:devel:languages:python
- Trim conjecture from description.

OBS-URL: https://build.opensuse.org/request/show/725754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=4
2019-08-24 07:41:09 +00:00
Tomáš Chvátal
5a3cc97a5c - Update to 1.1.0:
* Many feature updates and bugfixes to support new python stack
- Execute tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=2
2019-08-12 15:16:47 +00:00
Tomáš Chvátal
607bc84851 osc copypac from project:home:darix:apps package:python-rq revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=1
2019-08-12 15:05:14 +00:00