forked from pool/python-celery
- Update to 2.2.4:
* celeryd: 2.2.3 broke error logging, resulting in tracebacks not being logged.
* AMQP result backend: Polling task states did not work properly if there were
more than one result message in the queue.
* TaskSet.apply_async() and TaskSet.apply() now supports an optional
taskset_id keyword argument (Issue #331).
* The current taskset id (if any) is now available in the task context as
request.context (Issue #329).
* SQLAlchemy result backend: `date_done` was no longer part of the results as it had
been accidentally removed. It is now available again (Issue #325).
* SQLAlchemy result backend: Added unique constraint on `Task.task_id` and
`TaskSet.taskset_id`. Tables needs to be recreated for this to take effect.
* Fixed exception raised when iterating on the result of TaskSet.apply().
* Tasks Userguide: Added section on choosing a result backend.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=27
This commit is contained in:
committed by
Git OBS Bridge
parent
7a2e47f514
commit
426c2a6eaf
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-celery (Version 2.2.3)
|
||||
# spec file for package python-celery (Version 2.2.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-celery
|
||||
Version: 2.2.3
|
||||
Version: 2.2.4
|
||||
Release: 1
|
||||
License: BSD License
|
||||
Summary: Distributed Task Queue
|
||||
|
||||
Reference in New Issue
Block a user