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.
Yaniv Aknin 4925b09aa5 Set worker ttl and maintain it when idle/taking/finishing jobs
This change could use far better test coverage, but I'm not sure how to
test it without refactoring more of the code than I think is reasonable
in the scope of this work.
13 years ago
..
compat Include a copy of dictConfig in RQ, for Python 2.6 compat. 13 years ago
contrib Also report job description. 13 years ago
scripts Merge branch 'selwin-remove-logbook' 13 years ago
__init__.py Implement the get_current_job() function. 13 years ago
connections.py Resolve connections early. 13 years ago
decorators.py Rename the const. 13 years ago
dummy.py Clean up some of the dummy jobs used for testing. 14 years ago
exceptions.py Refactor dequeue_any to accept arbitrary timeouts 13 years ago
job.py Don't silently fail when unpickling. 13 years ago
local.py Fix AttributeError. 13 years ago
logutils.py Include a copy of dictConfig in RQ, for Python 2.6 compat. 13 years ago
queue.py Refactor dequeue_any to accept arbitrary timeouts 13 years ago
timeouts.py Fix typo. 13 years ago
utils.py Avoid new-style classes under Python 2.6. 13 years ago
version.py Prepare for 0.3.5. 13 years ago
worker.py Set worker ttl and maintain it when idle/taking/finishing jobs 13 years ago