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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e26df3222d5ad05a8f2a2600fa1ce3c0d37bcbc4f46a29bde2568f312e0e68c1
|
||||
size 1430852
|
||||
3
celery-2.2.4.tar.bz2
Normal file
3
celery-2.2.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acfabf432ab1a9ab74f229bc8b910b8858aa91fc5a38370c8baefb3c302b6ee8
|
||||
size 1433785
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 20 18:43:50 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 17:06:00 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -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