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 e8ec07ed61
Minor changes (#1544)
* Added test for job timeout

* Added more debugging statements
3 years ago
..
cli Fixed SENTINEL docs 3 years ago
compat Replace enum function with internal Enum class (#1459) 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 Replace enum function with internal Enum class (#1459) 4 years ago
defaults.py Success and failure callbacks (#1480) 4 years ago
dummy.py Enable the most modern Python syntax. 11 years ago
exceptions.py Handle deserializing failures gracefully (#1428) 4 years ago
job.py job: add get_meta() function (#1536) 3 years ago
local.py Replace enum function with internal Enum class (#1459) 4 years ago
logutils.py log messages < error is now output to stdout instead of stderr (#1312) 4 years ago
queue.py add None check before dependencies_are_met (#1532) 3 years ago
registry.py Requeueing job should clear job.exc_info (#1543) 3 years ago
scheduler.py Make RQScheduler work with a serializer (#1455) 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 Replace enum function with internal Enum class (#1459) 4 years ago
utils.py Extract `Job.get_call_string` logic to `utils.get_call_string` (#1499) 4 years ago
version.py Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_args` accept `pipeline` arg, add `Queue.enqueue_many` method (#1485) 4 years ago
worker.py Minor changes (#1544) 3 years ago
worker_registration.py clean_worker_registry cleans in batches to prevent submitting too muc… (#1390) 4 years ago