forked from pool/python-celery
Accepting request 838603 from home:frispete:python
- Don't update to 5.0.0 because missing dependencies
- Update to version 4.4.7
+ Add task_received, task_rejected and task_unknown to signals
module.
+ [ES backend] add 401 as safe for retry.
+ treat internal errors as failure.
+ Remove redis fanout caveats.
+ FIX: -A and --args should behave the same. (#6223)
+ Class-based tasks autoretry (#6233)
+ Preserve order of group results with Redis result backend
(#6218)
+ Replace future with celery.five Fixes #6250, and reraise to
include
+ Fix REMAP_SIGTERM=SIGQUIT not working
+ (Fixes#6258) MongoDB: fix for serialization issue (#6259)
+ Make use of ordered sets in Redis opt-in
+ Test, CI, Docker, style and minor doc impovements.
OBS-URL: https://build.opensuse.org/request/show/838603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=134
This commit is contained in:
committed by
Git OBS Bridge
parent
8d9d2b1d86
commit
d708e69908
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 13:52:06 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Don't update to 5.0.0 because missing dependencies
|
||||
- Update to version 4.4.7
|
||||
+ Add task_received, task_rejected and task_unknown to signals
|
||||
module.
|
||||
+ [ES backend] add 401 as safe for retry.
|
||||
+ treat internal errors as failure.
|
||||
+ Remove redis fanout caveats.
|
||||
+ FIX: -A and --args should behave the same. (#6223)
|
||||
+ Class-based tasks autoretry (#6233)
|
||||
+ Preserve order of group results with Redis result backend
|
||||
(#6218)
|
||||
+ Replace future with celery.five Fixes #6250, and reraise to
|
||||
include
|
||||
+ Fix REMAP_SIGTERM=SIGQUIT not working
|
||||
+ (Fixes#6258) MongoDB: fix for serialization issue (#6259)
|
||||
+ Make use of ordered sets in Redis opt-in
|
||||
+ Test, CI, Docker, style and minor doc impovements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 18:47:27 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user