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.
Jason Robinson 213969742e Fix UnicodeDecodeError when failing jobs
Worker handle_exception and move_to_failed_queue couldn't handle a situation where the exception raised had non-ascii characters. This caused a UnicodeDecodeError when trying to format the exception strings.

If on Python 2, ensure strings get decoded before building the exception string.

Closes #482
9 years ago
..
__init__.py correct SLOW env var, run slow tests on ci 10 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
fixtures.py Add similar test for when the job fails 9 years ago
helpers.py Fix PEP8 complaints. 11 years ago
test_cli.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 9 years ago
test_connection.py fix tests 10 years ago
test_decorator.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 9 years ago
test_helpers.py Restored the ability to specify connection params in config 11 years ago
test_job.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 9 years ago
test_queue.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 9 years ago
test_registry.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 9 years ago
test_sentry.py fix tests 10 years ago
test_worker.py Fix UnicodeDecodeError when failing jobs 9 years ago