rq/rq
Selwin Ong 7c1f96fafa Better process name for workers 2023-04-07 09:22:05 +07:00
..
cli Added job details to "rq info" command (#1869) 2023-04-01 19:49:45 +07:00
contrib Fix - Use worker TTL for timeout (#1794) 2023-02-10 07:26:03 +07:00
__init__.py Consolidate job callbacks execution (#1851) 2023-03-21 06:44:41 +07:00
command.py Black style (#1292) 2023-02-04 07:42:51 +07:00
connections.py Fix typo in deprecation warning (#1866) 2023-03-12 09:42:14 +07:00
decorators.py Black style (#1292) 2023-02-04 07:42:51 +07:00
defaults.py Consolidate job callbacks execution (#1851) 2023-03-21 06:44:41 +07:00
exceptions.py Add failure callback call to started job registry cleanup (#1824) 2023-03-04 08:02:13 +07:00
job.py Consolidate job callbacks execution (#1851) 2023-03-21 06:44:41 +07:00
local.py refactor: remove python2 cruft (#1863) 2023-03-08 09:38:28 +07:00
logutils.py Black style (#1292) 2023-02-04 07:42:51 +07:00
queue.py Consolidate job callbacks execution (#1851) 2023-03-21 06:44:41 +07:00
registry.py Consolidate job callbacks execution (#1851) 2023-03-21 06:44:41 +07:00
results.py refactor: remove python2 cruft (#1863) 2023-03-08 09:38:28 +07:00
scheduler.py Check dependencies when enqueue via Queue.enqueue_job() (#1837) 2023-03-09 06:15:57 +07:00
serializers.py Black style (#1292) 2023-02-04 07:42:51 +07:00
suspension.py Queue Docstrings (#1782) 2023-02-01 06:03:47 +07:00
timeouts.py Fix TimerDeathPenalty not properly handling negative/infinite timeout (#1845) 2023-03-03 06:02:07 +07:00
types.py Job methods docstrings (#1772) 2023-01-30 11:42:04 +07:00
utils.py Consolidate job callbacks execution (#1851) 2023-03-21 06:44:41 +07:00
version.py Bump version to 1.13.0 2023-02-19 16:30:07 +07:00
worker.py Better process name for workers 2023-04-07 09:22:05 +07:00
worker_registration.py New dequeue strategy (#1806) 2023-03-05 06:23:00 +07:00