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.
Yannis Spiliopoulos c00d3681f9 Failing test to demonstrate issue #702
Test that demonstrates that if a work-horse process is terminated unexpectedly
the job being processed could be stuck at the "Started" state
(https://github.com/nvie/rq/issues/702)
9 years ago
..
__init__.py correct SLOW env var, run slow tests on ci 9 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
fixtures.py correct wording in docstring and tests 9 years ago
helpers.py Fix PEP8 complaints. 11 years ago
test_cli.py fix tests 9 years ago
test_connection.py fix tests 9 years ago
test_decorator.py Add ttl argument to decorator 9 years ago
test_helpers.py Restored the ability to specify connection params in config 10 years ago
test_job.py Test the worker in its own subprocess 9 years ago
test_queue.py Test the worker in its own subprocess 9 years ago
test_registry.py Dependent jobs are now correctly enqueued even if their parent jobs have result_ttl=0. 9 years ago
test_sentry.py fix tests 9 years ago
test_worker.py Failing test to demonstrate issue #702 9 years ago