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.
Selwin Ong f500186f3d
Job compression (#907)
job.exc_info and job.data is now stored in compressed format in Redis.

* job.data is now stored in compressed format.
7 years ago
..
cli expose set logging level in cmd 7 years ago
compat Fixed #866 - Flak8 errors 7 years ago
contrib Remove warning that's now breaking since the Raven API changed 10 years ago
__init__.py Fix PEP8 complaints. 10 years ago
connections.py Fixed #866 - Flak8 errors 7 years ago
decorators.py Add at_front option for decorated functions 7 years ago
defaults.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 8 years ago
dummy.py Enable the most modern Python syntax. 11 years ago
exceptions.py Fixed issue#72 (#818) 8 years ago
handlers.py Moved move_to_failed_queue to separate file. 8 years ago
job.py Job compression (#907) 7 years ago
local.py Ignore flake8 checks in local.py 9 years ago
logutils.py remove python 2.6 support 7 years ago
queue.py Worker statistics (#897) 7 years ago
registry.py remove implicit cleanup call from job.save 8 years ago
suspension.py Fixed #812 - Send heartbeat during suspension check 7 years ago
timeouts.py Make string formatting consistent 10 years ago
utils.py add milliseconds into timestamps, fix #721 7 years ago
version.py Bump version to 0.9.2. 7 years ago
worker.py Fixed an issue where `birth` not present in Redis (#901) 7 years ago