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.
Jahn Thomas Fidje dcbbd067f0
bugfix: Add self.serializer when calling self.fetch_many in Job.fetch_dependencies (#1411)
Co-authored-by: Jahn Thomas Fidje <jahn-thomas.fidje@telenor.com>
4 years ago
..
cli Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395) 4 years ago
compat Added job.worker_name (#1375) 4 years ago
contrib Add sentry_debug and sentry_ca_certs params (#1229) 5 years ago
__init__.py Job retry feature. Docs WIP (#1299) 4 years ago
command.py Add a "stopped" JobStatus and the machinery to properly handle it (#1394) 4 years ago
connections.py modify zadd calls for redis-py 3.0 (#1016) 6 years ago
decorators.py Allow retries to be set through decorator (#1319) 4 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 bugfix: Add self.serializer when calling self.fetch_many in Job.fetch_dependencies (#1411) 4 years ago
local.py Ignore flake8 checks in local.py 9 years ago
logutils.py log messages < error is now output to stdout instead of stderr (#1312) 4 years ago
queue.py Fix custom serializer in job fetches (#1381) 4 years ago
registry.py Added job.worker_name (#1375) 4 years ago
scheduler.py Change back `path` connection keyword argument to `unix_socket_path` (#1403) 4 years ago
serializers.py Fix custom serializer in job fetches (#1381) 4 years ago
suspension.py Fixed #812 - Send heartbeat during suspension check 7 years ago
timeouts.py Pass job_id to death penalty class (#936) 6 years ago
utils.py clean_worker_registry cleans in batches to prevent submitting too muc… (#1390) 4 years ago
version.py Bump version to 1.7.0 4 years ago
worker.py Add a "stopped" JobStatus and the machinery to properly handle it (#1394) 4 years ago
worker_registration.py clean_worker_registry cleans in batches to prevent submitting too muc… (#1390) 4 years ago