mirror of https://github.com/peter4431/rq.git
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.
15342f14d3
This aids unpacking in the case of a function that isn't importable from the worker's runtime. The unpickling will now (almost) always succeed, and throw an ImportError later on, when the function is actually accessed (thus imported implicitly). The end result is a job on the failed queue, with exc_info describing the import error, which is tremendously useful. |
13 years ago | |
---|---|---|
.. | ||
__init__.py | 13 years ago | |
fixtures.py | 13 years ago | |
helpers.py | 13 years ago | |
test_job.py | 13 years ago | |
test_queue.py | 13 years ago | |
test_worker.py | 13 years ago |