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.
Ted Summer 79a6fd7999 Fix timeout adding job to StartedJobRegistry (#1086)
* Fix timeout adding job to StartedJobRegistry

* Fix prepare_job_execution handling neg timeout

* Add test for inf job timeout in StartedJobRegistry

* refactor(worker): simplify checking neg timeout
6 years ago
..
cli RQ v1.0! (#1059) 6 years ago
compat refactor: use try ImportError instead of py-version check (#1034) 6 years ago
contrib RQ v1.0! (#1059) 6 years ago
__init__.py RQ v1.0! (#1059) 6 years ago
connections.py modify zadd calls for redis-py 3.0 (#1016) 6 years ago
decorators.py Add description param to @job decorator (#912) 7 years ago
defaults.py RQ v1.0! (#1059) 6 years ago
dummy.py Enable the most modern Python syntax. 11 years ago
exceptions.py RQ v1.0! (#1059) 6 years ago
job.py Implemented Job.fetch_many (#1072) 6 years ago
local.py Ignore flake8 checks in local.py 9 years ago
logutils.py RQ v1.0! (#1059) 6 years ago
queue.py RQ v1.0! (#1059) 6 years ago
registry.py RQ v1.0! (#1059) 6 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 Implemented Job.fetch_many (#1072) 6 years ago
version.py RQ v1.0! (#1059) 6 years ago
worker.py Fix timeout adding job to StartedJobRegistry (#1086) 6 years ago
worker_registration.py RQ v1.0! (#1059) 6 years ago