rq/rq
Selwin Ong d0e832181f
Don't log job exceptions twice (#1746)
* Don't log job exceptions twice

* Preserve traceback while encountering deserialization error
2023-01-08 13:11:33 +07:00
..
cli Improve the lint situation (#1688) 2022-08-07 06:48:00 +07:00
compat Improve the lint situation (#1688) 2022-08-07 06:48:00 +07:00
contrib Drop python2-specific syntax (#1674) 2022-07-24 08:17:07 +07:00
__init__.py Drop python2-specific syntax (#1674) 2022-07-24 08:17:07 +07:00
command.py Typing (#1698) 2022-10-01 16:34:30 +07:00
connections.py Typing (#1698) 2022-10-01 16:34:30 +07:00
decorators.py Typing (#1698) 2022-10-01 16:34:30 +07:00
defaults.py Success and failure callbacks (#1480) 2021-06-22 10:30:46 +07:00
dummy.py Typing (#1698) 2022-10-01 16:34:30 +07:00
exceptions.py Drop python2-specific syntax (#1674) 2022-07-24 08:17:07 +07:00
job.py Multiple results using Redis Streams (#1725) 2022-11-19 15:17:35 +07:00
local.py Drop python2-specific syntax (#1674) 2022-07-24 08:17:07 +07:00
logutils.py Drop python2-specific syntax (#1674) 2022-07-24 08:17:07 +07:00
queue.py Add at_front for scheduled/enqueue_at jobs (#1743) 2022-12-29 06:57:34 +07:00
registry.py Multiple results using Redis Streams (#1725) 2022-11-19 15:17:35 +07:00
results.py Multiple results using Redis Streams (#1725) 2022-11-19 15:17:35 +07:00
scheduler.py Add at_front for scheduled/enqueue_at jobs (#1743) 2022-12-29 06:57:34 +07:00
serializers.py Typing (#1698) 2022-10-01 16:34:30 +07:00
suspension.py Typing (#1698) 2022-10-01 16:34:30 +07:00
timeouts.py Drop python2-specific syntax (#1674) 2022-07-24 08:17:07 +07:00
utils.py Cache redis version in the connection object (#1742) 2022-12-29 06:58:13 +07:00
version.py Bump version to 1.11.1 2022-09-25 08:44:51 +07:00
worker.py Don't log job exceptions twice (#1746) 2023-01-08 13:11:33 +07:00
worker_registration.py Typing (#1698) 2022-10-01 16:34:30 +07:00