mirror of https://github.com/rq/rq.git
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. |
||
---|---|---|
.. | ||
__init__.py | ||
dummy.py | ||
exceptions.py | ||
job.py | ||
proxy.py | ||
queue.py | ||
timeouts.py | ||
utils.py | ||
version.py | ||
worker.py |