forked from pool/python-celery
cf9f95e02ccb77e5d5cbfa9779b0f29984c7ed63aca8b17798ba8b9e0ce76eff
- [Security: CELERYSA-0001] Daemons would set effective id’s
rather than real id’s when the --uid/--gid arguments to
celeryd-multi, celeryd_detach, celerybeat and celeryev were used.
This means privileges weren’t properly dropped, and that it
would be possible to regain supervisor privileges later.
- Processes pool: Fixed rare deadlock at shutdown (Issue #523).
- Webhook tasks issued the wrong HTTP POST headers (Issue #515).
The Content-Type header has been changed from
application/json ⇒ application/x-www-form-urlencoded, and adds
a proper Content-Length header.
- Daemonization cookbook: Adds a configuration example using
Django and virtualenv together (Issue #505).
- Generic init scripts now automatically creates log and pid
file directories (Issue #545).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=43
Description
No description provided
Languages
Diff
100%