Commit Graph

  • 25493d3ed5 Accepting request 1328682 from devel:languages:python factory Ana Guerrero 2026-01-22 16:58:58 +00:00
  • 2bb87795be Accepting request 1328522 from home:mcalabkova:branches:devel:languages:python:django Nico Krapp 2026-01-22 13:10:50 +00:00
  • 577102f058 Accepting request 1295276 from devel:languages:python Ana Guerrero 2025-07-23 14:36:15 +00:00
  • 0e56fc5614 Accepting request 1295273 from home:glaubitz:branches:devel:languages:python Dirk Mueller 2025-07-23 10:53:23 +00:00
  • 904deb72d9 Accepting request 1222642 from devel:languages:python Ana Guerrero 2024-11-08 11:01:06 +00:00
  • c5a28debb0 Accepting request 1222495 from home:nkrapp:branches:devel:languages:python Matej Cepl 2024-11-08 06:30:02 +00:00
  • 647953f690 Accepting request 1131504 from devel:languages:python Ana Guerrero 2023-12-07 18:10:41 +00:00
  • ffadce6bef - update to 1.15.1: * Fixed a bug that may cause a crash when cleaning intermediate queue. * Fixed a bug that may cause canceled jobs to still run dependent jobs. function in v1.14. - Update to 1.10.1 * Now horses are killed by their parent group. This helps in cleanly - BR redis to make the testsuite work Dirk Mueller 2023-12-06 22:26:21 +00:00
  • 74c89fb5fa Accepting request 1092392 from devel:languages:python Dominique Leuenberger 2023-06-12 13:26:27 +00:00
  • 91311493fc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=27 Dirk Mueller 2023-06-11 20:14:46 +00:00
  • 1a1a743503 Accepting request 1092303 from home:ecsos:python Dirk Mueller 2023-06-11 20:14:27 +00:00
  • abbca3f317 Accepting request 1089359 from devel:languages:python Dominique Leuenberger 2023-05-28 17:23:33 +00:00
  • a553398eb2 - update to 1.15: * Added Callback(on_stopped='my_callback). * Callback now accepts dotted path to function as input. * queue.enqueue_many() now supports job dependencies. * rq worker CLI script now configures logging based on DICT_CONFIG key present in config file. * Whenever possible, Worker now uses lmove() to implement reliable queue pattern. * Scheduler should only release locks that it successfully acquires. * Fixes crashes that may happen by changes to as_text() function in v1.14. * Various linting, CI and code quality improvements. * Fixes a crash that happens if Redis connection uses SSL. * Fixes a crash if job.meta() is loaded using the wrong serializer. * Added WorkerPool (beta) that manages multiple workers in a single CLI. * Added a new Callback class that allows more flexibility in declaring job callbacks. * Fixed a regression where jobs with unserializable return value crashes RQ. * Added --dequeue-strategy option to RQ's CLI. * Added --max-idle-time option to RQ's worker CLI. * Added --maintenance-interval option to RQ's worker CLI. * Fixed RQ usage in Windows as well as various other refactorings. * Show more info on rq info CLI command. Thanks @iggeehu! * queue.enqueue_jobs() now properly account for job dependencies. Dirk Mueller 2023-05-27 21:35:55 +00:00
  • 6500d1611a Accepting request 1044179 from devel:languages:python Dominique Leuenberger 2022-12-22 15:23:04 +00:00
  • a09b60b35e - Set BuildArch to noarch, this package doesn't have anything that depends on the arch. Daniel Garcia 2022-12-22 08:22:00 +00:00
  • a6b9d11e0a - Add multibuild for tests to avoid build cycle with python-sentry-sdk. bsc#1206590 Daniel Garcia 2022-12-22 07:26:34 +00:00
  • 4571d71964 Accepting request 1042419 from devel:languages:python Dominique Leuenberger 2022-12-12 16:40:33 +00:00
  • be491bc027 Accepting request 1040398 from home:ecsos Matej Cepl 2022-12-05 17:52:16 +00:00
  • ed23befb8b Accepting request 970091 from devel:languages:python Dominique Leuenberger 2022-04-14 15:25:44 +00:00
  • 90cf1a47da Accepting request 970088 from home:pgajdos:python Markéta Machová 2022-04-14 09:01:07 +00:00
  • 04a0923c10 Accepting request 947054 from devel:languages:python Dominique Leuenberger 2022-01-17 21:34:31 +00:00
  • e686618b83 Accepting request 947038 from home:darix:apps Dirk Mueller 2022-01-17 20:40:00 +00:00
  • cef6de4d80 Accepting request 902853 from devel:languages:python Dominique Leuenberger 2021-06-29 20:43:06 +00:00
  • c73ac46d5f Accepting request 902852 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2021-06-28 14:51:51 +00:00
  • a503f9eac4 Accepting request 822248 from devel:languages:python Dominique Leuenberger 2020-07-24 08:01:26 +00:00
  • 5cc0b69d2d Accepting request 822242 from home:ecsos Tomáš Chvátal 2020-07-22 13:16:40 +00:00
  • 84d4c6e3c9 Accepting request 813366 from devel:languages:python Dominique Leuenberger 2020-06-11 08:12:40 +00:00
  • 2fb3d9778a - 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! Steve Kowalik 2020-06-11 05:07:38 +00:00
  • 7045c740fc Accepting request 813291 from home:darix:apps Steve Kowalik 2020-06-11 04:25:31 +00:00
  • 0c3095fd3c Accepting request 807281 from devel:languages:python Dominique Leuenberger 2020-05-19 12:57:55 +00:00
  • f0279258c8 Accepting request 807237 from home:pgajdos:python Tomáš Chvátal 2020-05-19 12:13:27 +00:00
  • 20d06c2fae Accepting request 786289 from devel:languages:python Dominique Leuenberger 2020-03-19 18:50:01 +00:00
  • f3e92228de - 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! Steve Kowalik 2020-03-19 04:24:11 +00:00
  • 466ef51b86 Accepting request 725778 from devel:languages:python Dominique Leuenberger 2019-08-24 16:49:29 +00:00
  • a0426413fd Accepting request 725754 from home:jengelh:branches:devel:languages:python Tomáš Chvátal 2019-08-24 07:41:09 +00:00
  • 96e76674ef Accepting request 722820 from devel:languages:python Dominique Leuenberger 2019-08-13 11:14:27 +00:00
  • a89228024a - Update to 1.1.0: * Many feature updates and bugfixes to support new python stack - Execute tests Tomáš Chvátal 2019-08-12 15:16:47 +00:00
  • c17e84dacb osc copypac from project:home:darix:apps package:python-rq revision:1 Tomáš Chvátal 2019-08-12 15:05:14 +00:00