You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Selwin Ong 49b156ecc7
Job retry feature. Docs WIP (#1299)
* Initial implementation of Retry class

* Fixes job.refresh() under Python 3.5

* Remove the use of text_type in job.py

* Retry can be scheduled

* monitor_work_horse() should call handle_job_failure() with queue argument.

* Flake8 fixes

* Added docs for job retries
5 years ago
..
cli Fix some code quality issues (#1235) 5 years ago
compat Add redis_server_version to worker/job/queue (#1286) 5 years ago
contrib Add sentry_debug and sentry_ca_certs params (#1229) 5 years ago
__init__.py Job retry feature. Docs WIP (#1299) 5 years ago
connections.py modify zadd calls for redis-py 3.0 (#1016) 7 years ago
decorators.py Parse job_id as keyword argument to delay() (#1236) (#1243) 5 years ago
defaults.py RQ v1.0! (#1059) 6 years ago
dummy.py Enable the most modern Python syntax. 11 years ago
exceptions.py Implement Customizable Serializer Support (#1219) 5 years ago
job.py Job retry feature. Docs WIP (#1299) 5 years ago
local.py Ignore flake8 checks in local.py 9 years ago
logutils.py Accept lowercase logging level names and accept tuples when setting exception handlers (#1233) 5 years ago
queue.py Job retry feature. Docs WIP (#1299) 5 years ago
registry.py Fix scheduler on Python 3.8 (#1302) 5 years ago
scheduler.py Job retry feature. Docs WIP (#1299) 5 years ago
serializers.py Use pickle.HIGHEST_PROTOCOL by default (#1254) 5 years ago
suspension.py Fixed #812 - Send heartbeat during suspension check 8 years ago
timeouts.py Pass job_id to death penalty class (#936) 7 years ago
utils.py Job retry feature. Docs WIP (#1299) 5 years ago
version.py Bump version in version.py 5 years ago
worker.py Job retry feature. Docs WIP (#1299) 5 years ago
worker_registration.py RQ v1.0! (#1059) 6 years ago