forked from pool/python-rq
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| de0711f161 | |||
| 20a5b2b6f0 | |||
| 31b5b681b2 | |||
| b4777fb62b | |||
| b3e83395f7 | |||
| a86a00c299 |
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 13:47:53 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.6.1
|
||||
* CronScheduler now supports running periodic jobs based on cron string.
|
||||
* Fixed an issue where SpawnWorker does not properly register successful
|
||||
job executions.
|
||||
* Fixed an issue where Worker may fail to register custom job and queue
|
||||
classes.
|
||||
* Added result.worker_name to easily trace which Worker generated the
|
||||
result.
|
||||
* Added CronScheduler.all() that returns a list of active schedulers.
|
||||
* Updated CronScheduler to accept job_timeout instead of timeout argument.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 10:45:51 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rq
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-rq%{psuffix}
|
||||
Version: 2.4.1
|
||||
Version: 2.6.1
|
||||
Release: 0
|
||||
Summary: Easy Job Queues for Python
|
||||
License: Apache-2.0
|
||||
@@ -45,6 +45,7 @@ BuildRequires: psmisc
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: redis
|
||||
Requires: python-click >= 5.0.0
|
||||
Requires: python-croniter
|
||||
Requires: python-redis >= 3.5.0
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1804601135dd5ebdda976d17d21e544cddac34595308e024a21f1bde9e6976d1
|
||||
size 671888
|
||||
3
rq-2.6.1.tar.gz
Normal file
3
rq-2.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60fbefacfaf54de5df6ea0ddad663ecbf62fca6af319d5e5e020c543dd76b059
|
||||
size 683069
|
||||
Reference in New Issue
Block a user