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.
12 years ago
..
__init__.py Use unittest2 for Python 2.6. 12 years ago
dummy_settings.py Added tests for config file loading 12 years ago
fixtures.py Implement the get_current_job() function. 13 years ago
helpers.py Simplify the persistence of jobs. 13 years ago
test_connection.py New connection management. 13 years ago
test_decorator.py Rename the const. 13 years ago
test_job.py Always call job.save even on synchronous queues so get_current_job doesn't fail 12 years ago
test_queue.py Refactor dequeue_any to accept arbitrary timeouts 12 years ago
test_scripts.py Use unittest2 for Python 2.6. 12 years ago
test_worker.py Set worker ttl and maintain it when idle/taking/finishing jobs 12 years ago