rq/rq
Eric Feldman 93f34c796f
call callbacks and prepare job when running sync (#1599)
* call signals

* fix lines

* add tests and fix faliure status bug

* bump version
2021-12-07 17:20:36 +07:00
..
cli add REDIS_SSL_CERT_REQS cli parameter (#1495) 2021-10-27 18:52:17 +07:00
compat Replace enum function with internal Enum class (#1459) 2021-05-07 11:10:46 +07:00
contrib Add sentry_debug and sentry_ca_certs params (#1229) 2020-04-13 07:21:37 +07:00
__init__.py Job retry feature. Docs WIP (#1299) 2020-07-23 19:58:22 +07:00
command.py Respect serializer (#1538) 2021-08-24 07:40:29 +07:00
connections.py modify zadd calls for redis-py 3.0 (#1016) 2018-12-03 07:28:36 +07:00
decorators.py Replace enum function with internal Enum class (#1459) 2021-05-07 11:10:46 +07:00
defaults.py Success and failure callbacks (#1480) 2021-06-22 10:30:46 +07:00
dummy.py Enable the most modern Python syntax. 2014-05-05 10:50:02 +02:00
exceptions.py Handle deserializing failures gracefully (#1428) 2021-06-12 11:45:03 +07:00
job.py Python 3.10 compatibility (#1563) 2021-10-07 15:55:25 +07:00
local.py Replace enum function with internal Enum class (#1459) 2021-05-07 11:10:46 +07:00
logutils.py log messages < error is now output to stdout instead of stderr (#1312) 2020-07-31 11:03:03 +07:00
queue.py call callbacks and prepare job when running sync (#1599) 2021-12-07 17:20:36 +07:00
registry.py Add missing functionality for CanceledJobRegistry (#1560) 2021-09-13 18:48:57 +07:00
scheduler.py Add more tolerance to scheduler heartbeat (#1555) 2021-09-07 13:03:22 +07:00
serializers.py Fix custom serializer in job fetches (#1381) 2020-11-28 12:05:29 +07:00
suspension.py Fixed #812 - Send heartbeat during suspension check 2017-10-24 09:32:10 +01:00
timeouts.py Replace enum function with internal Enum class (#1459) 2021-05-07 11:10:46 +07:00
utils.py Python 3.10 compatibility (#1563) 2021-10-07 15:55:25 +07:00
version.py call callbacks and prepare job when running sync (#1599) 2021-12-07 17:20:36 +07:00
worker.py Fixes a bug that causes leftover job keys when result_ttl=0 (#1591) 2021-12-02 07:47:43 +07:00
worker_registration.py clean_worker_registry cleans in batches to prevent submitting too muc… (#1390) 2021-01-09 10:12:51 +07:00