15
0
forked from pool/python-celery
Commit Graph

21 Commits

Author SHA256 Message Date
Alexandre Rogoski
f264df3383 - 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
2010-12-04 09:28:19 +00:00
Alexandre Rogoski
1cd4cd8f09 - Update to 2.1.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=20
2010-11-09 16:42:42 +00:00
Alexandre Rogoski
0f46623e2e - Update to 2.1.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=19
2010-10-29 16:18:53 +00:00
Alexandre Rogoski
62845906df - Update to 2.1.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=18
2010-10-14 14:40:40 +00:00
Alexandre Rogoski
0164657474 - Update to 2.1.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=17
2010-10-09 21:03:50 +00:00
Alexandre Rogoski
c673bbe3af - Update to 2.0.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=16
2010-08-28 17:05:48 +00:00
Alexandre Rogoski
6d22fbf327 - Update to 2.0.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=15
2010-07-26 01:18:47 +00:00
Alexandre Rogoski
91115bd31f - Update to 2.0.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=14
2010-07-14 12:47:29 +00:00
Alexandre Rogoski
6f923fe7dd - Update to 2.0.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=13
2010-07-05 11:39:21 +00:00
Alexandre Rogoski
2dbc7ce129 - Update to 1.0.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=12
2010-06-30 18:05:05 +00:00
Alexandre Rogoski
c4ebec5781 - Update to 1.0.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=11
2010-06-01 16:28:36 +00:00
Alexandre Rogoski
35660b565c - Update to 1.0.4.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=10
2010-05-31 11:24:03 +00:00
Alexandre Rogoski
d89dec31c0 - Update to 1.0.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=9
2010-05-15 16:45:49 +00:00
Alexandre Rogoski
c8f79e4144 - Update to 1.0.2;
- Spec file cleaned with spec-cleaner.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=8
2010-03-31 13:17:07 +00:00
Alexandre Rogoski
6d889df8fc - Update to 1.0.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=7
2010-03-22 02:50:54 +00:00
Alexandre Rogoski
cb24ea390e - Update to 1.0.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=6
2010-02-10 16:06:33 +00:00
Alexandre Rogoski
a0fefe129e - Update to 0.8.4.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=5
2010-02-05 14:11:59 +00:00
Alexandre Rogoski
7dcd4ca28e - Update to 0.8.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=4
2009-12-22 18:46:27 +00:00
Alexandre Rogoski
8a034b3bbe - Update to 0.8.2;
- Building as noarch for openSUSE >= 11.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=3
2009-11-20 15:39:23 +00:00
Alexandre Rogoski
96d39ce75d - Update to 0.8.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=2
2009-11-17 17:24:14 +00:00
Alexandre Rogoski
32cc69bfdd Initial package (0.8.0) for openSUSE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=1
2009-09-22 15:08:54 +00:00