File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 6868* celeryd: A warning is now emitted if the sending of task error
6969 e-mails fails.
7070
71+ * celeryev: Curses monitor no longer crashes if the terminal window
72+ is resized.
73+
74+ See http://github.com/ask/celery/issues/issue/160
75+
76+ * celeryd: On OS X it is not possible to run exec in a process
77+ that is running with threads.
78+
79+ This breaks the SIGHUP restart handler,
80+ and is now disabled on OS X, emitting a warning instead.
81+
82+ See http://github.com/ask/celery/issues/issue/152
83+
84+ * :mod:`celery.execute.trace`: Properly handle ``raise(str)``,
85+ which is still allowed in Python 2.4.
86+
87+ See http://github.com/ask/celery/issues/issue/175
88+
89+ * Using urllib2 in a periodic task on OS X crashed because
90+ of OS X proxy autodetection.
91+
92+ This is now fixed by using a workaround.
93+ See http://github.com/ask/celery/issues/issue/143
94+
7195* Debian init scripts: Commands should not run in a subshell
7296
7397 See http://github.com/ask/celery/issues/issue/163
You can’t perform that action at this time.
0 commit comments