forked from pool/python-celery
- Update to 2.1.4:
* Celery programs now hijacks the root logger by default (Issue #250). * Execution options to `apply_async` now takes precedence over options returned by active routers. This was a regression introduced recently (Issue #244). * `celeryev` curses monitor: Long arguments are now truncated so curses doesn't crash with out of bounds errors. (Issue #235). * `celeryd`: Channel errors occurring while handling control commands no longer crash the worker but are instead logged with severity error. * SQLAlchemy database backend: Fixed a race condition occurring when the client wrote the pending state. Just like the Django database backend, it does no longer save the pending state (Issue #261 + Issue #262). * `task.apply`: `propagate=True` now raises exceptions from the original frame, keeping the same stacktrace (Issue #256). * Error email body now uses `repr(exception)` instead of `str(exception)`, as the latter could result in Unicode decode errors (Issue #245). * Error e-mail timeout value is now configurable by using the :setting:`EMAIL_TIMEOUT` setting. * `celeryev`: Now works on Windows (but the curses monitor won't work without having curses). * Unit test output no longer emits non-standard characters. * `celeryd`: The broadcast consumer is now closed if the connection is reset. * `celeryd`: Now properly handles errors occurring while trying to acknowledge the message. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
1cd4cd8f09
commit
f264df3383
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-celery (Version 2.1.3)
|
||||
# spec file for package python-celery (Version 2.1.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-celery
|
||||
Version: 2.1.3
|
||||
Version: 2.1.4
|
||||
Release: 1
|
||||
License: BSD License
|
||||
Summary: Distributed Task Queue
|
||||
|
||||
Reference in New Issue
Block a user