forked from pool/python-celery
- Update to 3.0.16:
- Happy International Women's Day!
We have a long way to go, so this is a chance for you to get
involved in one of the organizations working for making our
communities more diverse.
- PyLadies — http://pyladies.com
- Girls Who Code — http://www.girlswhocode.com
- Women Who Code — http://www.meetup.com/Women-Who-Code-SF/
- Now depends on :mod:`kombu` version 2.5.7
- Now depends on :mod:`billiard` version 2.7.3.22
- AMQP heartbeats are now disabled by default.
Some users experiences issues with heartbeats enabled,
and it's not strictly necessary to use them.
If you're experiencing problems detecting connection failures,
you can re-enable heartbeats by configuring the BROKER_HEARTBEAT
setting.
- Worker: Now propagates connection errors occurring in multiprocessing
callbacks, so that the connection can be reset (Issue #1226).
- Worker: Now propagates connection errors occurring in timer callbacks,
so that the connection can be reset.
- The modules in CELERY_IMPORTS and CELERY_INCLUDE
are now imported in the original order (Issue #1161).
The modules in CELERY_IMPORTS will be imported first,
then continued by CELERY_INCLUDE.
Thanks to Joey Wilhelm.
- New bash completion for celery available in the git repository:
https://github.com/celery/celery/tree/3.0/extra/bash-completion
You can source this file or put it in bash_completion.d to
get auto-completion for the celery command-line utility.
- The node name of a worker can now include unicode characters (Issue #1186).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=77
This commit is contained in:
committed by
Git OBS Bridge
parent
b567dfac31
commit
a15429bc15
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 21:35:29 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 3.0.16:
|
||||
- Happy International Women's Day!
|
||||
We have a long way to go, so this is a chance for you to get
|
||||
involved in one of the organizations working for making our
|
||||
communities more diverse.
|
||||
- PyLadies — http://pyladies.com
|
||||
- Girls Who Code — http://www.girlswhocode.com
|
||||
- Women Who Code — http://www.meetup.com/Women-Who-Code-SF/
|
||||
- Now depends on :mod:`kombu` version 2.5.7
|
||||
- Now depends on :mod:`billiard` version 2.7.3.22
|
||||
- AMQP heartbeats are now disabled by default.
|
||||
Some users experiences issues with heartbeats enabled,
|
||||
and it's not strictly necessary to use them.
|
||||
If you're experiencing problems detecting connection failures,
|
||||
you can re-enable heartbeats by configuring the BROKER_HEARTBEAT
|
||||
setting.
|
||||
- Worker: Now propagates connection errors occurring in multiprocessing
|
||||
callbacks, so that the connection can be reset (Issue #1226).
|
||||
- Worker: Now propagates connection errors occurring in timer callbacks,
|
||||
so that the connection can be reset.
|
||||
- The modules in CELERY_IMPORTS and CELERY_INCLUDE
|
||||
are now imported in the original order (Issue #1161).
|
||||
The modules in CELERY_IMPORTS will be imported first,
|
||||
then continued by CELERY_INCLUDE.
|
||||
Thanks to Joey Wilhelm.
|
||||
- New bash completion for celery available in the git repository:
|
||||
https://github.com/celery/celery/tree/3.0/extra/bash-completion
|
||||
You can source this file or put it in bash_completion.d to
|
||||
get auto-completion for the celery command-line utility.
|
||||
- The node name of a worker can now include unicode characters (Issue #1186).
|
||||
- The repr of a crontab object now displays correctly (Issue #972).
|
||||
- events.State no longer modifies the original event dictionary.
|
||||
- No longer uses Logger.warn deprecated in Python 3.
|
||||
- Cache Backend: Now works with chords again (Issue #1094).
|
||||
- Chord unlock now handles errors occurring while calling the callback.
|
||||
- Generic worker init.d script: Status check is now performed by
|
||||
querying the pid of the instance instead of sending messages.
|
||||
Contributed by Milen Pavlov.
|
||||
- Improved init scripts for CentOS.
|
||||
- Updated to support celery 3.x conventions.
|
||||
- Now uses CentOS built-in status and killproc
|
||||
- Support for multi-node / multi-pid worker services.
|
||||
- Standard color-coded CentOS service-init output.
|
||||
- A test suite.
|
||||
Contributed by Milen Pavlov.
|
||||
- ResultSet.join now always works with empty result set (Issue #1219).
|
||||
- A group consisting of a single task is now supported (Issue #1219).
|
||||
- Now supports the pycallgraph program (Issue #1051).
|
||||
- Fixed Jython compatibility problems.
|
||||
- Django tutorial: Now mentions that the example app must be added to
|
||||
INSTALLED_APPS (Issue #1192).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 21:42:37 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
Reference in New Issue
Block a user