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.
Vincent Driessen 15342f14d3 Store pickled function calls as strings.
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 Flake8. 13 years ago
fixtures.py Test the timing out of jobs. 13 years ago
helpers.py Simplify the persistence of jobs. 13 years ago
test_job.py Store pickled function calls as strings. 13 years ago
test_queue.py Organize test fixtures into a separate file. 13 years ago
test_worker.py Store pickled function calls as strings. 13 years ago