File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2323 so its functionality was replaced.
2424
2525* Redis result backend: Redis doesn't have database names,
26- database numbers. The default database is now 0.
26+ but database numbers. The default database is now 0.
2727
2828* :class:`~celery.task.control.inspect`:
2929 Was requesting an invalid command because of a typo.
4242* :class:`~celery.task.control.inspect`: Replies did not work correctly
4343 if no destination was specified.
4444
45- * If a task wanted to store a result but keep the state in a custom
46- state, ``encode_result`` returned None so nothing was passed
47- to the backend.
45+ * Can now store result/metadata for custom states.
4846
49- * celeryd: A warning is now emitted if sending of task error
47+ * celeryd: A warning is now emitted if the sending of task error
5048 e-mails fails.
5149
5250* Debian init scripts: Commands should not run in a subshell
You can’t perform that action at this time.
0 commit comments