mirror of https://github.com/rq/rq.git
01ebe25f56
1) Check if `created_at` when checking if dependencies are met. If `created_at` is `None` then the job has been deleted. This is sort of hack - we just need one of the fields on the job's hash that is ALWAYS populated. You can persist a job to redis without setting status... 2) Job#fetch_dependencies no longer raises NoSuchJob. If one of a job's dependencies has been deleted from Redis, it is not returned from `fetch_dependencies` and no exception is raised. |
||
---|---|---|
.. | ||
config_files | ||
__init__.py | ||
fixtures.py | ||
test_cli.py | ||
test_connection.py | ||
test_decorator.py | ||
test_helpers.py | ||
test_job.py | ||
test_queue.py | ||
test_registry.py | ||
test_scheduler.py | ||
test_sentry.py | ||
test_serializers.py | ||
test_utils.py | ||
test_worker.py | ||
test_worker_registration.py |