changelog-3.0.rst 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600
  1. .. _changelog-3.0:
  2. ===============================
  3. Change history for Celery 3.0
  4. ===============================
  5. .. contents::
  6. :local:
  7. If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
  8. .. _version-3.0.24:
  9. 3.0.24
  10. ======
  11. :release-date: 2013-10-11 04:40 P.M BST
  12. :release-by: Ask Solem
  13. - Now depends on :ref:`Kombu 2.5.15 <kombu:version-2.5.15>`.
  14. - Now depends on :mod:`billiard` version 2.7.3.34.
  15. - AMQP Result backend: No longer caches queue declarations.
  16. The queues created by the AMQP result backend are always unique,
  17. so caching the declarations caused a slow memory leak.
  18. - Worker: Fixed crash when hostname contained Unicode characters.
  19. Contributed by Daodao.
  20. - The worker would no longer start if the `-P solo` pool was selected
  21. (Issue #1548).
  22. - Redis/Cache result backends would not complete chords
  23. if any of the tasks were retried (Issue #1401).
  24. - Task decorator is no longer lazy if app is finalized.
  25. - AsyncResult: Fixed bug with ``copy(AsyncResult)`` when no
  26. ``current_app`` available.
  27. - ResultSet: Now properly propagates app when passed string id's.
  28. - Loader now ignores :envvar:`CELERY_CONFIG_MODULE` if value is empty string.
  29. - Fixed race condition in Proxy object where it tried to
  30. delete an attribute twice, resulting in :exc:`AttributeError`.
  31. - Task methods now works with the :setting:`CELERY_ALWAYS_EAGER` setting
  32. (Issue #1478).
  33. - :class:`~kombu.common.Broadcast` queues were accidentally declared
  34. when publishing tasks (Issue #1540).
  35. - New :envvar:`C_FAKEFORK` environment variable can be used to
  36. debug the init scripts.
  37. Setting this will skip the daemonization step so that errors
  38. printed to stderr after standard outs are closed can be seen::
  39. $ C_FAKEFORK /etc/init.d/celeryd start
  40. This works with the `celery multi` command in general.
  41. - ``get_pickleable_etype`` did not always return a value (Issue #1556).
  42. - Fixed bug where ``app.GroupResult.restore`` would fall back to the default
  43. app.
  44. - Fixed rare bug where built-in tasks would use the current_app.
  45. - :func:`~celery.platforms.maybe_fileno` now handles :exc:`ValueError`.
  46. .. _version-3.0.23:
  47. 3.0.23
  48. ======
  49. :release-date: 2013-09-02 01:00 P.M BST
  50. :release-by: Ask Solem
  51. - Now depends on :ref:`Kombu 2.5.14 <kombu:version-2.5.14>`.
  52. - ``send_task`` did not honor ``link`` and ``link_error`` arguments.
  53. This had the side effect of chains not calling unregistered tasks,
  54. silently discarding them.
  55. Fix contributed by Taylor Nelson.
  56. - :mod:`celery.state`: Optimized precedence lookup.
  57. Contributed by Matt Robenolt.
  58. - Posix: Daemonization did not redirect ``sys.stdin`` to ``/dev/null``.
  59. Fix contributed by Alexander Smirnov.
  60. - Canvas: group bug caused fallback to default app when ``.apply_async`` used
  61. (Issue #1516)
  62. - Canvas: generator arguments was not always pickleable.
  63. .. _version-3.0.22:
  64. 3.0.22
  65. ======
  66. :release-date: 2013-08-16 04:30 P.M BST
  67. :release-by: Ask Solem
  68. - Now depends on :ref:`Kombu 2.5.13 <kombu:version-2.5.13>`.
  69. - Now depends on :mod:`billiard` 2.7.3.32
  70. - Fixed bug with monthly and yearly crontabs (Issue #1465).
  71. Fix contributed by Guillaume Gauvrit.
  72. - Fixed memory leak caused by time limits (Issue #1129, Issue #1427)
  73. - Worker will now sleep if being restarted more than 5 times
  74. in one second to avoid spamming with ``worker-online`` events.
  75. - Includes documentation fixes
  76. Contributed by: Ken Fromm, Andreas Savvides, Alex Kiriukha,
  77. Michael Fladischer.
  78. .. _version-3.0.21:
  79. 3.0.21
  80. ======
  81. :release-date: 2013-07-05 04:30 P.M BST
  82. :release-by: Ask Solem
  83. - Now depends on :mod:`billiard` 2.7.3.31.
  84. This version fixed a bug when running without the billiard C extension.
  85. - 3.0.20 broke eventlet/gevent support (worker not starting).
  86. - Fixed memory leak problem when MongoDB result backend was used with the
  87. gevent pool.
  88. Fix contributed by Ross Lawley.
  89. .. _version-3.0.20:
  90. 3.0.20
  91. ======
  92. :release-date: 2013-06-28 04:00 P.M BST
  93. :release-by: Ask Solem
  94. - Contains workaround for deadlock problems.
  95. A better solution will be part of Celery 3.1.
  96. - Now depends on :ref:`Kombu 2.5.12 <kombu:version-2.5.12>`.
  97. - Now depends on :mod:`billiard` 2.7.3.30.
  98. - ``--loader`` argument no longer supported importing loaders from the
  99. current directory.
  100. - [Worker] Fixed memory leak when restarting after connection lost
  101. (Issue #1325).
  102. - [Worker] Fixed UnicodeDecodeError at startup (Issue #1373).
  103. Fix contributed by Jessica Tallon.
  104. - [Worker] Now properly rewrites unpickleable exceptions again.
  105. - Fixed possible race condition when evicting items from the revoked task set.
  106. - [generic-init.d] Fixed compatibility with Ubuntu's minimal Dash
  107. shell (Issue #1387).
  108. Fix contributed by monkut.
  109. - ``Task.apply``/``ALWAYS_EAGER`` now also executes callbacks and errbacks
  110. (Issue #1336).
  111. - [Worker] The :signal:`worker-shutdown` signal was no longer being dispatched
  112. (Issue #1339)j
  113. - [Python 3] Fixed problem with threading.Event.
  114. Fix contributed by Xavier Ordoquy.
  115. - [Python 3] Now handles ``io.UnsupportedOperation`` that may be raised
  116. by ``file.fileno()`` in Python 3.
  117. - [Python 3] Fixed problem with qualname.
  118. - [events.State] Now ignores unknown event-groups.
  119. - [MongoDB backend] No longer uses deprecated ``safe`` parameter.
  120. Fix contributed by rfkrocktk
  121. - The eventlet pool now imports on Windows.
  122. - [Canvas] Fixed regression where immutable chord members may receive
  123. arguments (Issue #1340).
  124. Fix contributed by Peter Brook.
  125. - [Canvas] chain now accepts generator argument again (Issue #1319).
  126. - ``celery.migrate`` command now consumes from all queues if no queues
  127. specified.
  128. Fix contributed by John Watson.
  129. .. _version-3.0.19:
  130. 3.0.19
  131. ======
  132. :release-date: 2013-04-17 04:30:00 P.M BST
  133. :release-by: Ask Solem
  134. - Now depends on :mod:`billiard` 2.7.3.28
  135. - A Python 3 related fix managed to disable the deadlock fix
  136. announced in 3.0.18.
  137. Tests have been added to make sure this does not happen again.
  138. - Task retry policy: Default max_retries is now 3.
  139. This ensures clients will not be hanging while the broker is down.
  140. .. note::
  141. You can set a longer retry for the worker by
  142. using the :signal:`celeryd_after_setup` signal:
  143. .. code-block:: python
  144. from celery.signals import celeryd_after_setup
  145. @celeryd_after_setup.connect
  146. def configure_worker(instance, conf, **kwargs):
  147. conf.CELERY_TASK_PUBLISH_RETRY_POLICY = {
  148. 'max_retries': 100,
  149. 'interval_start': 0,
  150. 'interval_max': 1,
  151. 'interval_step': 0.2,
  152. }
  153. - Worker: Will now properly display message body in error messages
  154. even if the body is a buffer instance.
  155. - 3.0.18 broke the MongoDB result backend (Issue #1303).
  156. .. _version-3.0.18:
  157. 3.0.18
  158. ======
  159. :release-date: 2013-04-12 05:00:00 P.M BST
  160. :release-by: Ask Solem
  161. - Now depends on :mod:`kombu` 2.5.10.
  162. See the :ref:`kombu changelog <kombu:version-2.5.10>`.
  163. - Now depends on :mod:`billiard` 2.7.3.27.
  164. - Can now specify a whitelist of accepted serializers using
  165. the new :setting:`CELERY_ACCEPT_CONTENT` setting.
  166. This means that you can force the worker to discard messages
  167. serialized with pickle and other untrusted serializers.
  168. For example to only allow JSON serialized messages use::
  169. CELERY_ACCEPT_CONTENT = ['json']
  170. you can also specify MIME types in the whitelist::
  171. CELERY_ACCEPT_CONTENT = ['application/json']
  172. - Fixed deadlock in multiprocessing's pool caused by the
  173. semaphore not being released when terminated by signal.
  174. - Processes Pool: It's now possible to debug pool processes using GDB.
  175. - ``celery report`` now censors possibly secret settings, like passwords
  176. and secret tokens.
  177. You should still check the output before pasting anything
  178. on the internet.
  179. - Connection URLs now ignore multiple '+' tokens.
  180. - Worker/statedb: Now uses pickle protocol 2 (Py2.5+)
  181. - Fixed Python 3 compatibility issues.
  182. - Worker: A warning is now given if a worker is started with the
  183. same node name as an existing worker.
  184. - Worker: Fixed a deadlock that could occur while revoking tasks (Issue #1297).
  185. - Worker: The :sig:`HUP` handler now closes all open file descriptors
  186. before restarting to ensure file descriptors does not leak (Issue #1270).
  187. - Worker: Optimized storing/loading the revoked tasks list (Issue #1289).
  188. After this change the ``--statedb`` file will take up more disk space,
  189. but loading from and storing the revoked tasks will be considerably
  190. faster (what before took 5 minutes will now take less than a second).
  191. - Celery will now suggest alternatives if there's a typo in the
  192. broker transport name (e.g. ``ampq`` -> ``amqp``).
  193. - Worker: The auto-reloader would cause a crash if a monitored file
  194. was unlinked.
  195. Fix contributed by Agris Ameriks.
  196. - Fixed AsyncResult pickling error.
  197. Fix contributed by Thomas Minor.
  198. - Fixed handling of Unicode in logging output when using log colors
  199. (Issue #427).
  200. - :class:`~celery.app.utils.ConfigurationView` is now a ``MutableMapping``.
  201. Contributed by Aaron Harnly.
  202. - Fixed memory leak in LRU cache implementation.
  203. Fix contributed by Romuald Brunet.
  204. - ``celery.contrib.rdb``: Now works when sockets are in non-blocking mode.
  205. Fix contributed by Theo Spears.
  206. - The `inspect reserved` remote control command included active (started) tasks
  207. with the reserved tasks (Issue #1030).
  208. - The :signal:`task_failure` signal received a modified traceback object
  209. meant for pickling purposes, this has been fixed so that it now
  210. receives the real traceback instead.
  211. - The ``@task`` decorator silently ignored positional arguments,
  212. it now raises the expected :exc:`TypeError` instead (Issue #1125).
  213. - The worker will now properly handle messages with invalid
  214. eta/expires fields (Issue #1232).
  215. - The ``pool_restart`` remote control command now reports
  216. an error if the :setting:`CELERYD_POOL_RESTARTS` setting is not set.
  217. - :meth:`@add_defaults`` can now be used with non-dict objects.
  218. - Fixed compatibility problems in the Proxy class (Issue #1087).
  219. The class attributes ``__module__``, ``__name__`` and ``__doc__``
  220. are now meaningful string objects.
  221. Thanks to Marius Gedminas.
  222. - MongoDB Backend: The :setting:`MONGODB_BACKEND_SETTINGS` setting
  223. now accepts a ``option`` key that lets you forward arbitrary kwargs
  224. to the underlying ``pymongo.Connection`` object (Issue #1015).
  225. - Beat: The daily backend cleanup task is no longer enabled
  226. for result backends that support automatic result expiration (Issue #1031).
  227. - Canvas list operations now takes application instance from the first
  228. task in the list, instead of depending on the ``current_app`` (Issue #1249).
  229. - Worker: Message decoding error log message now includes traceback
  230. information.
  231. - Worker: The startup banner now includes system platform.
  232. - ``celery inspect|status|control`` now gives an error if used
  233. with an SQL based broker transport.
  234. .. _version-3.0.17:
  235. 3.0.17
  236. ======
  237. :release-date: 2013-03-22 04:00:00 P.M UTC
  238. :release-by: Ask Solem
  239. - Now depends on kombu 2.5.8
  240. - Now depends on billiard 2.7.3.23
  241. - RabbitMQ/Redis: thread-less and lock-free rate-limit implementation.
  242. This means that rate limits pose minimal overhead when used with
  243. RabbitMQ/Redis or future transports using the eventloop,
  244. and that the rate-limit implementation is now thread-less and lock-free.
  245. The thread-based transports will still use the old implementation for
  246. now, but the plan is to use the timer also for other
  247. broker transports in Celery 3.1.
  248. - Rate limits now works with eventlet/gevent if using RabbitMQ/Redis as the
  249. broker.
  250. - A regression caused ``task.retry`` to ignore additional keyword arguments.
  251. Extra keyword arguments are now used as execution options again.
  252. Fix contributed by Simon Engledew.
  253. - Windows: Fixed problem with the worker trying to pickle the Django settings
  254. module at worker startup.
  255. - generic-init.d: No longer double quotes ``$CELERYD_CHDIR`` (Issue #1235).
  256. - generic-init.d: Removes bash-specific syntax.
  257. Fix contributed by Pär Wieslander.
  258. - Cassandra Result Backend: Now handles the
  259. :exc:`~pycassa.AllServersUnavailable` error (Issue #1010).
  260. Fix contributed by Jared Biel.
  261. - Result: Now properly forwards apps to GroupResults when deserializing
  262. (Issue #1249).
  263. Fix contributed by Charles-Axel Dein.
  264. - ``GroupResult.revoke`` now supports the ``terminate`` and ``signal``
  265. keyword arguments.
  266. - Worker: Multiprocessing pool workers now import task modules/configuration
  267. before setting up the logging system so that logging signals can be
  268. connected before they're dispatched.
  269. - chord: The ``AsyncResult`` instance returned now has its ``parent``
  270. attribute set to the header ``GroupResult``.
  271. This is consistent with how ``chain`` works.
  272. .. _version-3.0.16:
  273. 3.0.16
  274. ======
  275. :release-date: 2013-03-07 04:00:00 P.M UTC
  276. :release-by: Ask Solem
  277. - Happy International Women's Day!
  278. We have a long way to go, so this is a chance for you to get involved in one
  279. of the organizations working for making our communities more
  280. diverse.
  281. - PyLadies — http://pyladies.com
  282. - Girls Who Code — http://www.girlswhocode.com
  283. - Women Who Code — http://www.meetup.com/Women-Who-Code-SF/
  284. - Now depends on :mod:`kombu` version 2.5.7
  285. - Now depends on :mod:`billiard` version 2.7.3.22
  286. - AMQP heartbeats are now disabled by default.
  287. Some users experiences issues with heartbeats enabled,
  288. and it's not strictly necessary to use them.
  289. If you're experiencing problems detecting connection failures,
  290. you can re-enable heartbeats by configuring the :setting:`BROKER_HEARTBEAT`
  291. setting.
  292. - Worker: Now propagates connection errors occurring in multiprocessing
  293. callbacks, so that the connection can be reset (Issue #1226).
  294. - Worker: Now propagates connection errors occurring in timer callbacks,
  295. so that the connection can be reset.
  296. - The modules in :setting:`CELERY_IMPORTS` and :setting:`CELERY_INCLUDE`
  297. are now imported in the original order (Issue #1161).
  298. The modules in :setting:`CELERY_IMPORTS` will be imported first,
  299. then continued by :setting:`CELERY_INCLUDE`.
  300. Thanks to Joey Wilhelm.
  301. - New bash completion for ``celery`` available in the git repository:
  302. https://github.com/celery/celery/tree/3.0/extra/bash-completion
  303. You can source this file or put it in ``bash_completion.d`` to
  304. get auto-completion for the ``celery`` command-line utility.
  305. - The node name of a worker can now include unicode characters (Issue #1186).
  306. - The repr of a ``crontab`` object now displays correctly (Issue #972).
  307. - ``events.State`` no longer modifies the original event dictionary.
  308. - No longer uses ``Logger.warn`` deprecated in Python 3.
  309. - Cache Backend: Now works with chords again (Issue #1094).
  310. - Chord unlock now handles errors occurring while calling the callback.
  311. - Generic worker init.d script: Status check is now performed by
  312. querying the pid of the instance instead of sending messages.
  313. Contributed by Milen Pavlov.
  314. - Improved init scripts for CentOS.
  315. - Updated to support celery 3.x conventions.
  316. - Now uses CentOS built-in ``status`` and ``killproc``
  317. - Support for multi-node / multi-pid worker services.
  318. - Standard color-coded CentOS service-init output.
  319. - A test suite.
  320. Contributed by Milen Pavlov.
  321. - ``ResultSet.join`` now always works with empty result set (Issue #1219).
  322. - A ``group`` consisting of a single task is now supported (Issue #1219).
  323. - Now supports the ``pycallgraph`` program (Issue #1051).
  324. - Fixed Jython compatibility problems.
  325. - Django tutorial: Now mentions that the example app must be added to
  326. ``INSTALLED_APPS`` (Issue #1192).
  327. .. _version-3.0.15:
  328. 3.0.15
  329. ======
  330. :release-date: 2013-02-11 04:30:00 P.M UTC
  331. :release-by: Ask Solem
  332. - Now depends on billiard 2.7.3.21 which fixed a syntax error crash.
  333. - Fixed bug with :setting:`CELERY_SEND_TASK_SENT_EVENT`.
  334. .. _version-3.0.14:
  335. 3.0.14
  336. ======
  337. :release-date: 2013-02-08 05:00:00 P.M UTC
  338. :release-by: Ask Solem
  339. - Now depends on Kombu 2.5.6
  340. - Now depends on billiard 2.7.3.20
  341. - ``execv`` is now disabled by default.
  342. It was causing too many problems for users, you can still enable
  343. it using the :setting:`CELERYD_FORCE_EXECV` setting.
  344. execv was only enabled when transports other than amqp/redis was used,
  345. and it's there to prevent deadlocks caused by mutexes not being released
  346. before the process forks. Unfortunately it also changes the environment
  347. introducing many corner case bugs that is hard to fix without adding
  348. horrible hacks. Deadlock issues are reported far less often than the
  349. bugs that execv are causing, so we now disable it by default.
  350. Work is in motion to create non-blocking versions of these transports
  351. so that execv is not necessary (which is the situation with the amqp
  352. and redis broker transports)
  353. - Chord exception behavior defined (Issue #1172).
  354. From Celery 3.1 the chord callback will change state to FAILURE
  355. when a task part of a chord raises an exception.
  356. It was never documented what happens in this case,
  357. and the actual behavior was very unsatisfactory, indeed
  358. it will just forward the exception value to the chord callback.
  359. For backward compatibility reasons we do not change to the new
  360. behavior in a bugfix release, even if the current behavior was
  361. never documented. Instead you can enable the
  362. :setting:`CELERY_CHORD_PROPAGATES` setting to get the new behavior
  363. that will be default from Celery 3.1.
  364. See more at :ref:`chord-errors`.
  365. - worker: Fixes bug with ignored and retried tasks.
  366. The ``on_chord_part_return`` and ``Task.after_return`` callbacks,
  367. nor the ``task_postrun`` signal should be called when the task was
  368. retried/ignored.
  369. Fix contributed by Vlad.
  370. - ``GroupResult.join_native`` now respects the ``propagate`` argument.
  371. - ``subtask.id`` added as an alias to ``subtask['options'].id``
  372. .. code-block:: python
  373. >>> s = add.s(2, 2)
  374. >>> s.id = 'my-id'
  375. >>> s['options']
  376. {'task_id': 'my-id'}
  377. >>> s.id
  378. 'my-id'
  379. - worker: Fixed error `Could not start worker processes` occurring
  380. when restarting after connection failure (Issue #1118).
  381. - Adds new signal :signal:`task-retried` (Issue #1169).
  382. - `celery events --dumper` now handles connection loss.
  383. - Will now retry sending the task-sent event in case of connection failure.
  384. - amqp backend: Now uses ``Message.requeue`` instead of republishing
  385. the message after poll.
  386. - New :setting:`BROKER_HEARTBEAT_CHECKRATE` setting introduced to modify the
  387. rate at which broker connection heartbeats are monitored.
  388. The default value was also changed from 3.0 to 2.0.
  389. - :class:`celery.events.state.State` is now pickleable.
  390. Fix contributed by Mher Movsisyan.
  391. - :class:`celery.datastructures.LRUCache` is now pickleable.
  392. Fix contributed by Mher Movsisyan.
  393. - The stats broadcast command now includes the workers pid.
  394. Contributed by Mher Movsisyan.
  395. - New ``conf`` remote control command to get a workers current configuration.
  396. Contributed by Mher Movsisyan.
  397. - Adds the ability to modify the chord unlock task's countdown
  398. argument (Issue #1146).
  399. Contributed by Jun Sakai
  400. - beat: The scheduler now uses the `now()`` method of the schedule,
  401. so that schedules can provide a custom way to get the current date and time.
  402. Contributed by Raphaël Slinckx
  403. - Fixed pickling of configuration modules on Windows or when execv is used
  404. (Issue #1126).
  405. - Multiprocessing logger is now configured with loglevel ``ERROR``
  406. by default.
  407. Since 3.0 the multiprocessing loggers were disabled by default
  408. (only configured when the :envvar:`MP_LOG` environment variable was set).
  409. .. _version-3.0.13:
  410. 3.0.13
  411. ======
  412. :release-date: 2013-01-07 04:00:00 P.M UTC
  413. :release-by: Ask Solem
  414. - Now depends on Kombu 2.5
  415. - py-amqp has replaced amqplib as the default transport,
  416. gaining support for AMQP 0.9, and the RabbitMQ extensions
  417. including Consumer Cancel Notifications and heartbeats.
  418. - support for multiple connection URLs for failover.
  419. - Read more in the :ref:`Kombu 2.5 changelog <kombu:version-2.5.0>`.
  420. - Now depends on billiard 2.7.3.19
  421. - Fixed a deadlock issue that could occur when the producer pool
  422. inherited the connection pool instance of the parent process.
  423. - The :option:`--loader` option now works again (Issue #1066).
  424. - :program:`celery` umbrella command: All subcommands now supports
  425. the :option:`--workdir` option (Issue #1063).
  426. - Groups included in chains now give GroupResults (Issue #1057)
  427. Previously it would incorrectly add a regular result instead of a group
  428. result, but now this works:
  429. .. code-block:: python
  430. # [4 + 4, 4 + 8, 16 + 8]
  431. >>> res = (add.s(2, 2) | group(add.s(4), add.s(8), add.s(16)))()
  432. >>> res
  433. <GroupResult: a0acf905-c704-499e-b03a-8d445e6398f7 [
  434. 4346501c-cb99-4ad8-8577-12256c7a22b1,
  435. b12ead10-a622-4d44-86e9-3193a778f345,
  436. 26c7a420-11f3-4b33-8fac-66cd3b62abfd]>
  437. - Chains can now chain other chains and use partial arguments (Issue #1057).
  438. Example:
  439. .. code-block:: python
  440. >>> c1 = (add.s(2) | add.s(4))
  441. >>> c2 = (add.s(8) | add.s(16))
  442. >>> c3 = (c1 | c2)
  443. # 8 + 2 + 4 + 8 + 16
  444. >>> assert c3(8).get() == 38
  445. - Subtasks can now be used with unregistered tasks.
  446. You can specify subtasks even if you just have the name::
  447. >>> s = subtask(task_name, args=(), kwargs=())
  448. >>> s.delay()
  449. - The :program:`celery shell` command now always adds the current
  450. directory to the module path.
  451. - The worker will now properly handle the :exc:`pytz.AmbiguousTimeError`
  452. exception raised when an ETA/countdown is prepared while being in DST
  453. transition (Issue #1061).
  454. - force_execv: Now makes sure that task symbols in the original
  455. task modules will always use the correct app instance (Issue #1072).
  456. - AMQP Backend: Now republishes result messages that have been polled
  457. (using ``result.ready()`` and friends, ``result.get()`` will not do this
  458. in this version).
  459. - Crontab schedule values can now "wrap around"
  460. This means that values like ``11-1`` translates to ``[11, 12, 1]``.
  461. Contributed by Loren Abrams.
  462. - multi stopwait command now shows the pid of processes.
  463. Contributed by Loren Abrams.
  464. - Handling of ETA/countdown fixed when the :setting:`CELERY_ENABLE_UTC`
  465. setting is disabled (Issue #1065).
  466. - A number of uneeded properties were included in messages,
  467. caused by accidentally passing ``Queue.as_dict`` as message properties.
  468. - Rate limit values can now be float
  469. This also extends the string format so that values like ``"0.5/s"`` works.
  470. Contributed by Christoph Krybus
  471. - Fixed a typo in the broadcast routing documentation (Issue #1026).
  472. - Rewrote confusing section about idempotence in the task user guide.
  473. - Fixed typo in the daemonization tutorial (Issue #1055).
  474. - Fixed several typos in the documentation.
  475. Contributed by Marius Gedminas.
  476. - Batches: Now works when using the eventlet pool.
  477. Fix contributed by Thomas Grainger.
  478. - Batches: Added example sending results to :mod:`celery.contrib.batches`.
  479. Contributed by Thomas Grainger.
  480. - Mongodb backend: Connection ``max_pool_size`` can now be set in
  481. :setting:`CELERY_MONGODB_BACKEND_SETTINGS`.
  482. Contributed by Craig Younkins.
  483. - Fixed problem when using earlier versions of :mod:`pytz`.
  484. Fix contributed by Vlad.
  485. - Docs updated to include the default value for the
  486. :setting:`CELERY_TASK_RESULT_EXPIRES` setting.
  487. - Improvements to the django-celery tutorial.
  488. Contributed by Locker537.
  489. - The ``add_consumer`` control command did not properly persist
  490. the addition of new queues so that they survived connection failure
  491. (Issue #1079).
  492. 3.0.12
  493. ======
  494. :release-date: 2012-11-06 02:00 P.M UTC
  495. :release-by: Ask Solem
  496. - Now depends on kombu 2.4.8
  497. - [Redis] New and improved fair queue cycle algorithm (Kevin McCarthy).
  498. - [Redis] Now uses a Redis-based mutex when restoring messages.
  499. - [Redis] Number of messages that can be restored in one interval is no
  500. longer limited (but can be set using the
  501. ``unacked_restore_limit``
  502. :setting:`transport option <BROKER_TRANSPORT_OPTIONS>`.)
  503. - Heartbeat value can be specified in broker URLs (Mher Movsisyan).
  504. - Fixed problem with msgpack on Python 3 (Jasper Bryant-Greene).
  505. - Now depends on billiard 2.7.3.18
  506. - Celery can now be used with static analysis tools like PyDev/PyCharm/pylint
  507. etc.
  508. - Development documentation has moved to Read The Docs.
  509. The new URL is: http://docs.celeryproject.org/en/master
  510. - New :setting:`CELERY_QUEUE_HA_POLICY` setting used to set the default
  511. HA policy for queues when using RabbitMQ.
  512. - New method ``Task.subtask_from_request`` returns a subtask using the current
  513. request.
  514. - Results get_many method did not respect timeout argument.
  515. Fix contributed by Remigiusz Modrzejewski
  516. - generic_init.d scripts now support setting :envvar:`CELERY_CREATE_DIRS` to
  517. always create log and pid directories (Issue #1045).
  518. This can be set in your :file:`/etc/default/celeryd`.
  519. - Fixed strange kombu import problem on Python 3.2 (Issue #1034).
  520. - Worker: ETA scheduler now uses millisecond precision (Issue #1040).
  521. - The ``--config`` argument to programs is now supported by all loaders.
  522. - The :setting:`CASSANDRA_OPTIONS` setting has now been documented.
  523. Contributed by Jared Biel.
  524. - Task methods (:mod:`celery.contrib.methods`) cannot be used with the old
  525. task base class, the task decorator in that module now inherits from the new.
  526. - An optimization was too eager and caused some logging messages to never emit.
  527. - :mod:`celery.contrib.batches` now works again.
  528. - Fixed missing whitespace in ``bdist_rpm`` requirements (Issue #1046).
  529. - Event state's ``tasks_by_name`` applied limit before filtering by name.
  530. Fix contributed by Alexander A. Sosnovskiy.
  531. .. _version-3.0.11:
  532. 3.0.11
  533. ======
  534. :release-date: 2012-09-26 04:00 P.M UTC
  535. :release-by: Ask Solem
  536. - [security:low] generic-init.d scripts changed permissions of /var/log & /var/run
  537. In the daemonization tutorial the recommended directories were as follows:
  538. .. code-block:: bash
  539. CELERYD_LOG_FILE="/var/log/celery/%n.log"
  540. CELERYD_PID_FILE="/var/run/celery/%n.pid"
  541. But in the scripts themselves the default files were ``/var/log/celery%n.log``
  542. and ``/var/run/celery%n.pid``, so if the user did not change the location
  543. by configuration, the directories ``/var/log`` and ``/var/run`` would be
  544. created - and worse have their permissions and owners changed.
  545. This change means that:
  546. - Default pid file is ``/var/run/celery/%n.pid``
  547. - Default log file is ``/var/log/celery/%n.log``
  548. - The directories are only created and have their permissions
  549. changed if *no custom locations are set*.
  550. Users can force paths to be created by calling the ``create-paths``
  551. subcommand:
  552. .. code-block:: bash
  553. $ sudo /etc/init.d/celeryd create-paths
  554. .. admonition:: Upgrading Celery will not update init scripts
  555. To update the init scripts you have to re-download
  556. the files from source control and update them manually.
  557. You can find the init scripts for version 3.0.x at:
  558. http://github.com/celery/celery/tree/3.0/extra/generic-init.d
  559. - Now depends on billiard 2.7.3.17
  560. - Fixes request stack protection when app is initialized more than
  561. once (Issue #1003).
  562. - ETA tasks now properly works when system timezone is not the same
  563. as the configured timezone (Issue #1004).
  564. - Terminating a task now works if the task has been sent to the
  565. pool but not yet acknowledged by a pool process (Issue #1007).
  566. Fix contributed by Alexey Zatelepin
  567. - Terminating a task now properly updates the state of the task to revoked,
  568. and sends a ``task-revoked`` event.
  569. - Generic worker init script now waits for workers to shutdown by default.
  570. - Multi: No longer parses --app option (Issue #1008).
  571. - Multi: stop_verify command renamed to stopwait.
  572. - Daemonization: Now delays trying to create pidfile/logfile until after
  573. the working directory has been changed into.
  574. - :program:`celery worker` and :program:`celery beat` commands now respects
  575. the :option:`--no-color` option (Issue #999).
  576. - Fixed typos in eventlet examples (Issue #1000)
  577. Fix contributed by Bryan Bishop.
  578. Congratulations on opening bug #1000!
  579. - Tasks that raise :exc:`~celery.exceptions.Ignore` are now acknowledged.
  580. - Beat: Now shows the name of the entry in ``sending due task`` logs.
  581. .. _version-3.0.10:
  582. 3.0.10
  583. ======
  584. :release-date: 2012-09-20 05:30 P.M BST
  585. :release-by: Ask Solem
  586. - Now depends on kombu 2.4.7
  587. - Now depends on billiard 2.7.3.14
  588. - Fixes crash at startup when using Django and pre-1.4 projects
  589. (setup_environ).
  590. - Hard time limits now sends the KILL signal shortly after TERM,
  591. to terminate processes that have signal handlers blocked by C extensions.
  592. - Billiard now installs even if the C extension cannot be built.
  593. It's still recommended to build the C extension if you are using
  594. a transport other than rabbitmq/redis (or use forced execv for some
  595. other reason).
  596. - Pool now sets a ``current_process().index`` attribute that can be used to create
  597. as many log files as there are processes in the pool.
  598. - Canvas: chord/group/chain no longer modifies the state when called
  599. Previously calling a chord/group/chain would modify the ids of subtasks
  600. so that:
  601. .. code-block:: python
  602. >>> c = chord([add.s(2, 2), add.s(4, 4)], xsum.s())
  603. >>> c()
  604. >>> c() <-- call again
  605. at the second time the ids for the tasks would be the same as in the
  606. previous invocation. This is now fixed, so that calling a subtask
  607. won't mutate any options.
  608. - Canvas: Chaining a chord to another task now works (Issue #965).
  609. - Worker: Fixed a bug where the request stack could be corrupted if
  610. relative imports are used.
  611. Problem usually manifested itself as an exception while trying to
  612. send a failed task result (``NoneType does not have id attribute``).
  613. Fix contributed by Sam Cooke.
  614. - Tasks can now raise :exc:`~celery.exceptions.Ignore` to skip updating states
  615. or events after return.
  616. Example:
  617. .. code-block:: python
  618. from celery.exceptions import Ignore
  619. @task
  620. def custom_revokes():
  621. if redis.sismember('tasks.revoked', custom_revokes.request.id):
  622. raise Ignore()
  623. - The worker now makes sure the request/task stacks are not modified
  624. by the initial ``Task.__call__``.
  625. This would previously be a problem if a custom task class defined
  626. ``__call__`` and also called ``super()``.
  627. - Because of problems the fast local optimization has been disabled,
  628. and can only be enabled by setting the :envvar:`USE_FAST_LOCALS` attribute.
  629. - Worker: Now sets a default socket timeout of 5 seconds at shutdown
  630. so that broken socket reads do not hinder proper shutdown (Issue #975).
  631. - More fixes related to late eventlet/gevent patching.
  632. - Documentation for settings out of sync with reality:
  633. - :setting:`CELERY_TASK_PUBLISH_RETRY`
  634. Documented as disabled by default, but it was enabled by default
  635. since 2.5 as stated by the 2.5 changelog.
  636. - :setting:`CELERY_TASK_PUBLISH_RETRY_POLICY`
  637. The default max_retries had been set to 100, but documented as being
  638. 3, and the interval_max was set to 1 but documented as 0.2.
  639. The default setting are now set to 3 and 0.2 as it was originally
  640. documented.
  641. Fix contributed by Matt Long.
  642. - Worker: Log messages when connection established and lost have been improved.
  643. - The repr of a crontab schedule value of '0' should be '*' (Issue #972).
  644. - Revoked tasks are now removed from reserved/active state in the worker
  645. (Issue #969)
  646. Fix contributed by Alexey Zatelepin.
  647. - gevent: Now supports hard time limits using ``gevent.Timeout``.
  648. - Documentation: Links to init scripts now point to the 3.0 branch instead
  649. of the development branch (master).
  650. - Documentation: Fixed typo in signals user guide (Issue #986).
  651. ``instance.app.queues`` -> ``instance.app.amqp.queues``.
  652. - Eventlet/gevent: The worker did not properly set the custom app
  653. for new greenlets.
  654. - Eventlet/gevent: Fixed a bug where the worker could not recover
  655. from connection loss (Issue #959).
  656. Also, because of a suspected bug in gevent the
  657. :setting:`BROKER_CONNECTION_TIMEOUT` setting has been disabled
  658. when using gevent
  659. 3.0.9
  660. =====
  661. :release-date: 2012-08-31 06:00 P.M BST
  662. :release-by: Ask Solem
  663. - Important note for users of Django and the database scheduler!
  664. Recently a timezone issue has been fixed for periodic tasks,
  665. but erroneous timezones could have already been stored in the
  666. database, so for the fix to work you need to reset
  667. the ``last_run_at`` fields.
  668. You can do this by executing the following command:
  669. .. code-block:: bash
  670. $ python manage.py shell
  671. >>> from djcelery.models import PeriodicTask
  672. >>> PeriodicTask.objects.update(last_run_at=None)
  673. You also have to do this if you change the timezone or
  674. :setting:`CELERY_ENABLE_UTC` setting.
  675. - Note about the :setting:`CELERY_ENABLE_UTC` setting.
  676. If you previously disabled this just to force periodic tasks to work with
  677. your timezone, then you are now *encouraged to re-enable it*.
  678. - Now depends on Kombu 2.4.5 which fixes PyPy + Jython installation.
  679. - Fixed bug with timezones when :setting:`CELERY_ENABLE_UTC` is disabled
  680. (Issue #952).
  681. - Fixed a typo in the celerybeat upgrade mechanism (Issue #951).
  682. - Make sure the `exc_info` argument to logging is resolved (Issue #899).
  683. - Fixed problem with Python 3.2 and thread join timeout overflow (Issue #796).
  684. - A test case was occasionally broken for Python 2.5.
  685. - Unit test suite now passes for PyPy 1.9.
  686. - App instances now supports the with statement.
  687. This calls the new :meth:`@close` method at exit, which
  688. cleans up after the app like closing pool connections.
  689. Note that this is only necessary when dynamically creating apps,
  690. e.g. for "temporary" apps.
  691. - Support for piping a subtask to a chain.
  692. For example:
  693. .. code-block:: python
  694. pipe = sometask.s() | othertask.s()
  695. new_pipe = mytask.s() | pipe
  696. Contributed by Steve Morin.
  697. - Fixed problem with group results on non-pickle serializers.
  698. Fix contributed by Steeve Morin.
  699. .. _version-3.0.8:
  700. 3.0.8
  701. =====
  702. :release-date: 2012-08-29 05:00 P.M BST
  703. :release-by: Ask Solem
  704. - Now depends on Kombu 2.4.4
  705. - Fixed problem with amqplib and receiving larger message payloads
  706. (Issue #922).
  707. The problem would manifest itself as either the worker hanging,
  708. or occasionally a ``Framing error`` exception appearing.
  709. Users of the new ``pyamqp://`` transport must upgrade to
  710. :mod:`amqp` 0.9.3.
  711. - Beat: Fixed another timezone bug with interval and crontab schedules
  712. (Issue #943).
  713. - Beat: The schedule file is now automatically cleared if the timezone
  714. is changed.
  715. The schedule is also cleared when you upgrade to 3.0.8 from an earlier
  716. version, this to register the initial timezone info.
  717. - Events: The :event:`worker-heartbeat` event now include processed and active
  718. count fields.
  719. Contributed by Mher Movsisyan.
  720. - Fixed error with error email and new task classes (Issue #931).
  721. - ``BaseTask.__call__`` is no longer optimized away if it has been monkey
  722. patched.
  723. - Fixed shutdown issue when using gevent (Issue #911 & Issue #936).
  724. Fix contributed by Thomas Meson.
  725. .. _version-3.0.7:
  726. 3.0.7
  727. =====
  728. :release-date: 2012-08-24 05:00 P.M BST
  729. :release-by: Ask Solem
  730. - Fixes several problems with periodic tasks and timezones (Issue #937).
  731. - Now depends on kombu 2.4.2
  732. - Redis: Fixes a race condition crash
  733. - Fixes an infinite loop that could happen when retrying establishing
  734. the broker connection.
  735. - Daemons now redirect standard file descriptors to :file:`/dev/null`
  736. Though by default the standard outs are also redirected
  737. to the logger instead, but you can disable this by changing
  738. the :setting:`CELERY_REDIRECT_STDOUTS` setting.
  739. - Fixes possible problems when eventlet/gevent is patched too late.
  740. - ``LoggingProxy`` no longer defines ``fileno()`` (Issue #928).
  741. - Results are now ignored for the chord unlock task.
  742. Fix contributed by Steeve Morin.
  743. - Cassandra backend now works if result expiry is disabled.
  744. Fix contributed by Steeve Morin.
  745. - The traceback object is now passed to signal handlers instead
  746. of the string representation.
  747. Fix contributed by Adam DePue.
  748. - Celery command: Extensions are now sorted by name.
  749. - A regression caused the :event:`task-failed` event to be sent
  750. with the exception object instead of its string representation.
  751. - The worker daemon would try to create the pid file before daemonizing
  752. to catch errors, but this file was not immediately released (Issue #923).
  753. - Fixes Jython compatibility.
  754. - ``billiard.forking_enable`` was called by all pools not just the
  755. processes pool, which would result in a useless warning if the billiard
  756. C extensions were not installed.
  757. .. _version-3.0.6:
  758. 3.0.6
  759. =====
  760. :release-date: 2012-08-17 11:00 P.M BST
  761. :release-by: Ask Solem
  762. - Now depends on kombu 2.4.0
  763. - Now depends on billiard 2.7.3.12
  764. - Redis: Celery now tries to restore messages whenever there are no messages
  765. in the queue.
  766. - Crontab schedules now properly respects :setting:`CELERY_TIMEZONE` setting.
  767. It's important to note that crontab schedules uses UTC time by default
  768. unless this setting is set.
  769. Issue #904 and django-celery #150.
  770. - ``billiard.enable_forking`` is now only set by the processes pool.
  771. - The transport is now properly shown by :program:`celery report`
  772. (Issue #913).
  773. - The `--app` argument now works if the last part is a module name
  774. (Issue #921).
  775. - Fixed problem with unpickleable exceptions (billiard #12).
  776. - Adds ``task_name`` attribute to ``EagerResult`` which is always
  777. :const:`None` (Issue #907).
  778. - Old Task class in :mod:`celery.task` no longer accepts magic kwargs by
  779. default (Issue #918).
  780. A regression long ago disabled magic kwargs for these, and since
  781. no one has complained about it we don't have any incentive to fix it now.
  782. - The ``inspect reserved`` control command did not work properly.
  783. - Should now play better with static analyzation tools by explicitly
  784. specifying dynamically created attributes in the :mod:`celery` and
  785. :mod:`celery.task` modules.
  786. - Terminating a task now results in
  787. :exc:`~celery.exceptions.RevokedTaskError` instead of a ``WorkerLostError``.
  788. - ``AsyncResult.revoke`` now accepts ``terminate`` and ``signal`` arguments.
  789. - The :event:`task-revoked` event now includes new fields: ``terminated``,
  790. ``signum``, and ``expired``.
  791. - The argument to :class:`~celery.exceptions.TaskRevokedError` is now one
  792. of the reasons ``revoked``, ``expired`` or ``terminated``.
  793. - Old Task class does no longer use classmethods for push_request and
  794. pop_request (Issue #912).
  795. - ``GroupResult`` now supports the ``children`` attribute (Issue #916).
  796. - ``AsyncResult.collect`` now respects the ``intermediate`` argument
  797. (Issue #917).
  798. - Fixes example task in documentation (Issue #902).
  799. - Eventlet fixed so that the environment is patched as soon as possible.
  800. - eventlet: Now warns if celery related modules that depends on threads
  801. are imported before eventlet is patched.
  802. - Improved event and camera examples in the monitoring guide.
  803. - Disables celery command setuptools entrypoints if the command can't be
  804. loaded.
  805. - Fixed broken ``dump_request`` example in the tasks guide.
  806. .. _version-3.0.5:
  807. 3.0.5
  808. =====
  809. :release-date: 2012-08-01 04:00 P.M BST
  810. :release-by: Ask Solem
  811. - Now depends on kombu 2.3.1 + billiard 2.7.3.11
  812. - Fixed a bug with the -B option (``cannot pickle thread.lock objects``)
  813. (Issue #894 + Issue #892, + django-celery #154).
  814. - The :control:`restart_pool` control command now requires the
  815. :setting:`CELERYD_POOL_RESTARTS` setting to be enabled
  816. This change was necessary as the multiprocessing event that the restart
  817. command depends on is responsible for creating many semaphores/file
  818. descriptors, resulting in problems in some environments.
  819. - ``chain.apply`` now passes args to the first task (Issue #889).
  820. - Documented previously secret options to the Django-Celery monitor
  821. in the monitoring userguide (Issue #396).
  822. - Old changelog are now organized in separate documents for each series,
  823. see :ref:`history`.
  824. .. _version-3.0.4:
  825. 3.0.4
  826. =====
  827. :release-date: 2012-07-26 07:00 P.M BST
  828. :release-by: Ask Solem
  829. - Now depends on Kombu 2.3
  830. - New experimental standalone Celery monitor: Flower
  831. See :ref:`monitoring-flower` to read more about it!
  832. Contributed by Mher Movsisyan.
  833. - Now supports AMQP heartbeats if using the new ``pyamqp://`` transport.
  834. - The py-amqp transport requires the :mod:`amqp` library to be installed::
  835. $ pip install amqp
  836. - Then you need to set the transport URL prefix to ``pyamqp://``.
  837. - The default heartbeat value is 10 seconds, but this can be changed using
  838. the :setting:`BROKER_HEARTBEAT` setting::
  839. BROKER_HEARTBEAT = 5.0
  840. - If the broker heartbeat is set to 10 seconds, the heartbeats will be
  841. monitored every 5 seconds (double the hertbeat rate).
  842. See the :ref:`Kombu 2.3 changelog <kombu:version-2.3.0>` for more information.
  843. - Now supports RabbitMQ Consumer Cancel Notifications, using the ``pyamqp://``
  844. transport.
  845. This is essential when running RabbitMQ in a cluster.
  846. See the :ref:`Kombu 2.3 changelog <kombu:version-2.3.0>` for more information.
  847. - Delivery info is no longer passed directly through.
  848. It was discovered that the SQS transport adds objects that can't
  849. be pickled to the delivery info mapping, so we had to go back
  850. to using the whitelist again.
  851. Fixing this bug also means that the SQS transport is now working again.
  852. - The semaphore was not properly released when a task was revoked (Issue #877).
  853. This could lead to tasks being swallowed and not released until a worker
  854. restart.
  855. Thanks to Hynek Schlawack for debugging the issue.
  856. - Retrying a task now also forwards any linked tasks.
  857. This means that if a task is part of a chain (or linked in some other
  858. way) and that even if the task is retried, then the next task in the chain
  859. will be executed when the retry succeeds.
  860. - Chords: Now supports setting the interval and other keyword arguments
  861. to the chord unlock task.
  862. - The interval can now be set as part of the chord subtasks kwargs::
  863. chord(header)(body, interval=10.0)
  864. - In addition the chord unlock task now honors the Task.default_retry_delay
  865. option, used when none is specified, which also means that the default
  866. interval can also be changed using annotations:
  867. .. code-block:: python
  868. CELERY_ANNOTATIONS = {
  869. 'celery.chord_unlock': {
  870. 'default_retry_delay': 10.0,
  871. }
  872. }
  873. - New :meth:`@add_defaults` method can add new default configuration
  874. dicts to the applications configuration.
  875. For example::
  876. config = {'FOO': 10}
  877. app.add_defaults(config)
  878. is the same as ``app.conf.update(config)`` except that data will not be
  879. copied, and that it will not be pickled when the worker spawns child
  880. processes.
  881. In addition the method accepts a callable::
  882. def initialize_config():
  883. # insert heavy stuff that can't be done at import time here.
  884. app.add_defaults(initialize_config)
  885. which means the same as the above except that it will not happen
  886. until the celery configuration is actually used.
  887. As an example, Celery can lazily use the configuration of a Flask app::
  888. flask_app = Flask()
  889. app = Celery()
  890. app.add_defaults(lambda: flask_app.config)
  891. - Revoked tasks were not marked as revoked in the result backend (Issue #871).
  892. Fix contributed by Hynek Schlawack.
  893. - Eventloop now properly handles the case when the epoll poller object
  894. has been closed (Issue #882).
  895. - Fixed syntax error in ``funtests/test_leak.py``
  896. Fix contributed by Catalin Iacob.
  897. - group/chunks: Now accepts empty task list (Issue #873).
  898. - New method names:
  899. - ``Celery.default_connection()`` ➠ :meth:`~@connection_or_acquire`.
  900. - ``Celery.default_producer()`` ➠ :meth:`~@producer_or_acquire`.
  901. The old names still work for backward compatibility.
  902. .. _version-3.0.3:
  903. 3.0.3
  904. =====
  905. :release-date: 2012-07-20 09:17 P.M BST
  906. :release-by: Ask Solem
  907. - amqplib passes the channel object as part of the delivery_info
  908. and it's not pickleable, so we now remove it.
  909. .. _version-3.0.2:
  910. 3.0.2
  911. =====
  912. :release-date: 2012-07-20 04:00 P.M BST
  913. :release-by: Ask Solem
  914. - A bug caused the following task options to not take defaults from the
  915. configuration (Issue #867 + Issue #858)
  916. The following settings were affected:
  917. - :setting:`CELERY_IGNORE_RESULT`
  918. - :setting:`CELERYD_SEND_TASK_ERROR_EMAILS`
  919. - :setting:`CELERY_TRACK_STARTED`
  920. - :setting:`CElERY_STORE_ERRORS_EVEN_IF_IGNORED`
  921. Fix contributed by John Watson.
  922. - Task Request: ``delivery_info`` is now passed through as-is (Issue #807).
  923. - The eta argument now supports datetime's with a timezone set (Issue #855).
  924. - The worker's banner displayed the autoscale settings in the wrong order
  925. (Issue #859).
  926. - Extension commands are now loaded after concurrency is set up
  927. so that they don't interfere with e.g. eventlet patching.
  928. - Fixed bug in the threaded pool (Issue #863)
  929. - The task failure handler mixed up the fields in :func:`sys.exc_info`.
  930. Fix contributed by Rinat Shigapov.
  931. - Fixed typos and wording in the docs.
  932. Fix contributed by Paul McMillan
  933. - New setting: :setting:`CELERY_WORKER_DIRECT`
  934. If enabled each worker will consume from their own dedicated queue
  935. which can be used to route tasks to specific workers.
  936. - Fixed several edge case bugs in the add consumer remote control command.
  937. - :mod:`~celery.contrib.migrate`: Can now filter and move tasks to specific
  938. workers if :setting:`CELERY_WORKER_DIRECT` is enabled.
  939. Among other improvements, the following functions have been added:
  940. * ``move_direct(filterfun, **opts)``
  941. * ``move_direct_by_id(task_id, worker_hostname, **opts)``
  942. * ``move_direct_by_idmap({task_id: worker_hostname, ...}, **opts)``
  943. * ``move_direct_by_taskmap({task_name: worker_hostname, ...}, **opts)``
  944. - :meth:`~celery.Celery.default_connection` now accepts a pool argument that
  945. if set to false causes a new connection to be created instead of acquiring
  946. one from the pool.
  947. - New signal: :signal:`celeryd_after_setup`.
  948. - Default loader now keeps lowercase attributes from the configuration module.
  949. .. _version-3.0.1:
  950. 3.0.1
  951. =====
  952. :release-date: 2012-07-10 06:00 P.M BST
  953. :release-by: Ask Solem
  954. - Now depends on kombu 2.2.5
  955. - inspect now supports limit argument::
  956. myapp.control.inspect(limit=1).ping()
  957. - Beat: now works with timezone aware datetime's.
  958. - Task classes inheriting ``from celery import Task``
  959. mistakingly enabled ``accept_magic_kwargs``.
  960. - Fixed bug in ``inspect scheduled`` (Issue #829).
  961. - Beat: Now resets the schedule to upgrade to UTC.
  962. - The :program:`celery worker` command now works with eventlet/gevent.
  963. Previously it would not patch the environment early enough.
  964. - The :program:`celery` command now supports extension commands
  965. using setuptools entry-points.
  966. Libraries can add additional commands to the :program:`celery`
  967. command by adding an entry-point like::
  968. setup(
  969. entry_points=[
  970. 'celery.commands': [
  971. 'foo = my.module:Command',
  972. ],
  973. ],
  974. ...)
  975. The command must then support the interface of
  976. :class:`celery.bin.base.Command`.
  977. - contrib.migrate: New utilities to move tasks from one queue to another.
  978. - :func:`~celery.contrib.migrate.move_tasks`
  979. - :func:`~celery.contrib.migrate.move_task_by_id`
  980. - The :event:`task-sent` event now contains ``exchange`` and ``routing_key``
  981. fields.
  982. - Fixes bug with installing on Python 3.
  983. Fix contributed by Jed Smith.
  984. .. _version-3.0.0:
  985. 3.0.0 (Chiastic Slide)
  986. ======================
  987. :release-date: 2012-07-07 01:30 P.M BST
  988. :release-by: Ask Solem
  989. See :ref:`whatsnew-3.0`.