Changelog 45 KB

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