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.
Vincent Driessen 844c5ed8c7 Add @slow wrapper to avoid running slow tests.
Use ./run_tests -f to only run the fast tests.
13 years ago
..
__init__.py Put Job directly in the top-level `rq` module. 13 years ago
dummy.py Clean up some of the dummy jobs used for testing. 13 years ago
exceptions.py Implement requeue() method on FailedQueue. 13 years ago
job.py Initialize jobs with timeouts. 13 years ago
proxy.py Flake8 style fixes. 13 years ago
queue.py Initial attempt at job timeouts. 13 years ago
timeouts.py Add @slow wrapper to avoid running slow tests. 13 years ago
utils.py Flake8 style fixes. 13 years ago
version.py Put the version number somewhere central. 13 years ago
worker.py Safer, and shorter, version of the death penalty. 13 years ago