configuration.rst 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676
  1. .. _configuration:
  2. ============================
  3. Configuration and defaults
  4. ============================
  5. This document describes the configuration options available.
  6. If you're using the default loader, you must create the :file:`celeryconfig.py`
  7. module and make sure it is available on the Python path.
  8. .. contents::
  9. :local:
  10. :depth: 2
  11. .. _conf-example:
  12. Example configuration file
  13. ==========================
  14. This is an example configuration file to get you started.
  15. It should contain all you need to run a basic Celery set-up.
  16. .. code-block:: python
  17. ## Broker settings.
  18. BROKER_URL = "amqp://guest:guest@localhost:5672//"
  19. # List of modules to import when celery starts.
  20. CELERY_IMPORTS = ("myapp.tasks", )
  21. ## Using the database to store task state and results.
  22. CELERY_RESULT_BACKEND = "database"
  23. CELERY_RESULT_DBURI = "sqlite:///mydatabase.db"
  24. CELERY_ANNOTATIONS = {"tasks.add": {"rate_limit": "10/s"}}
  25. Configuration Directives
  26. ========================
  27. .. _conf-datetime:
  28. Time and date settings
  29. ----------------------
  30. .. setting:: CELERY_ENABLE_UTC
  31. CELERY_ENABLE_UTC
  32. ~~~~~~~~~~~~~~~~~
  33. .. versionadded:: 2.5
  34. If enabled dates and times in messages will be converted to use
  35. the UTC timezone.
  36. Note that workers running Celery versions below 2.5 will assume a local
  37. timezone for all messages, so only enable if all workers have been
  38. upgraded.
  39. Enabled by default since version 3.0.
  40. .. setting:: CELERY_TIMEZONE
  41. CELERY_TIMEZONE
  42. ---------------
  43. Configure Celery to use a custom time zone.
  44. The timezone value can be any time zone supported by the :mod:`pytz`
  45. library.
  46. If not set then the UTC timezone is used if :setting:`CELERY_ENABLE_UTC` is
  47. enabled, otherwise it falls back to the local timezone.
  48. .. _conf-tasks:
  49. Task settings
  50. -------------
  51. .. setting:: CELERY_ANNOTATIONS
  52. CELERY_ANNOTATIONS
  53. ~~~~~~~~~~~~~~~~~~
  54. This setting can be used to rewrite any task attribute from the
  55. configuration. The setting can be a dict, or a list of annotation
  56. objects that filter for tasks and return a map of attributes
  57. to change.
  58. This will change the ``rate_limit`` attribute for the ``tasks.add``
  59. task:
  60. .. code-block:: python
  61. CELERY_ANNOTATIONS = {"tasks.add": {"rate_limit": "10/s"}}
  62. or change the same for all tasks:
  63. .. code-block:: python
  64. CELERY_ANNOTATIONS = {"*": {"rate_limit": "10/s"}}
  65. You can change methods too, for example the ``on_failure`` handler:
  66. .. code-block:: python
  67. def my_on_failure(self, exc, task_id, args, kwargs, einfo):
  68. print("Oh no! Task failed: {0!r}".format(exc))
  69. CELERY_ANNOTATIONS = {"*": {"on_failure": my_on_failure}}
  70. If you need more flexibility then you can use objects
  71. instead of a dict to choose which tasks to annotate:
  72. .. code-block:: python
  73. class MyAnnotate(object):
  74. def annotate(self, task):
  75. if task.name.startswith("tasks."):
  76. return {"rate_limit": "10/s"}
  77. CELERY_ANNOTATIONS = (MyAnnotate(), {...})
  78. .. _conf-concurrency:
  79. Concurrency settings
  80. --------------------
  81. .. setting:: CELERYD_CONCURRENCY
  82. CELERYD_CONCURRENCY
  83. ~~~~~~~~~~~~~~~~~~~
  84. The number of concurrent worker processes/threads/green threads executing
  85. tasks.
  86. If you're doing mostly I/O you can have more processes,
  87. but if mostly CPU-bound, try to keep it close to the
  88. number of CPUs on your machine. If not set, the number of CPUs/cores
  89. on the host will be used.
  90. Defaults to the number of available CPUs.
  91. .. setting:: CELERYD_PREFETCH_MULTIPLIER
  92. CELERYD_PREFETCH_MULTIPLIER
  93. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94. How many messages to prefetch at a time multiplied by the number of
  95. concurrent processes. The default is 4 (four messages for each
  96. process). The default setting is usually a good choice, however -- if you
  97. have very long running tasks waiting in the queue and you have to start the
  98. workers, note that the first worker to start will receive four times the
  99. number of messages initially. Thus the tasks may not be fairly distributed
  100. to the workers.
  101. .. _conf-result-backend:
  102. Task result backend settings
  103. ----------------------------
  104. .. setting:: CELERY_RESULT_BACKEND
  105. CELERY_RESULT_BACKEND
  106. ~~~~~~~~~~~~~~~~~~~~~
  107. :Deprecated aliases: ``CELERY_BACKEND``
  108. The backend used to store task results (tombstones).
  109. Disabled by default.
  110. Can be one of the following:
  111. * database
  112. Use a relational database supported by `SQLAlchemy`_.
  113. See :ref:`conf-database-result-backend`.
  114. * cache
  115. Use `memcached`_ to store the results.
  116. See :ref:`conf-cache-result-backend`.
  117. * mongodb
  118. Use `MongoDB`_ to store the results.
  119. See :ref:`conf-mongodb-result-backend`.
  120. * redis
  121. Use `Redis`_ to store the results.
  122. See :ref:`conf-redis-result-backend`.
  123. * amqp
  124. Send results back as AMQP messages
  125. See :ref:`conf-amqp-result-backend`.
  126. * cassandra
  127. Use `Cassandra`_ to store the results.
  128. See :ref:`conf-cassandra-result-backend`.
  129. * ironcache
  130. Use `IronCache`_ to store the results.
  131. See :ref:`conf-ironcache-result-backend`.
  132. .. warning:
  133. While the AMQP result backend is very efficient, you must make sure
  134. you only receive the same result once. See :doc:`userguide/calling`).
  135. .. _`SQLAlchemy`: http://sqlalchemy.org
  136. .. _`memcached`: http://memcached.org
  137. .. _`MongoDB`: http://mongodb.org
  138. .. _`Redis`: http://redis.io
  139. .. _`Cassandra`: http://cassandra.apache.org/
  140. .. setting:: CELERY_RESULT_SERIALIZER
  141. CELERY_RESULT_SERIALIZER
  142. ~~~~~~~~~~~~~~~~~~~~~~~~
  143. Result serialization format. Default is `"pickle"`. See
  144. :ref:`calling-serializers` for information about supported
  145. serialization formats.
  146. .. _conf-database-result-backend:
  147. Database backend settings
  148. -------------------------
  149. .. setting:: CELERY_RESULT_DBURI
  150. CELERY_RESULT_DBURI
  151. ~~~~~~~~~~~~~~~~~~~
  152. Please see `Supported Databases`_ for a table of supported databases.
  153. To use this backend you need to configure it with an
  154. `Connection String`_, some examples include:
  155. .. code-block:: python
  156. # sqlite (filename)
  157. CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite"
  158. # mysql
  159. CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"
  160. # postgresql
  161. CELERY_RESULT_DBURI = "postgresql://scott:tiger@localhost/mydatabase"
  162. # oracle
  163. CELERY_RESULT_DBURI = "oracle://scott:tiger@127.0.0.1:1521/sidname"
  164. See `Connection String`_ for more information about connection
  165. strings.
  166. .. setting:: CELERY_RESULT_ENGINE_OPTIONS
  167. CELERY_RESULT_ENGINE_OPTIONS
  168. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  169. To specify additional SQLAlchemy database engine options you can use
  170. the :setting:`CELERY_RESULT_ENGINE_OPTIONS` setting::
  171. # echo enables verbose logging from SQLAlchemy.
  172. CELERY_RESULT_ENGINE_OPTIONS = {"echo": True}
  173. .. setting:: CELERY_RESULT_DB_SHORT_LIVED_SESSIONS
  174. CELERY_RESULT_DB_SHORT_LIVED_SESSIONS = True
  175. Short lived sessions are disabled by default. If enabled they can drastically reduce
  176. performance, especially on systems processing lots of tasks. This option is useful
  177. on low-traffic workers that experience errors as a result of cached database connections
  178. going stale through inactivity. For example, intermittent errors like
  179. `(OperationalError) (2006, 'MySQL server has gone away')` can be fixed by enabling
  180. short lived sessions. This option only affects the database backend.
  181. .. _`Supported Databases`:
  182. http://www.sqlalchemy.org/docs/core/engines.html#supported-databases
  183. .. _`Connection String`:
  184. http://www.sqlalchemy.org/docs/core/engines.html#database-urls
  185. Example configuration
  186. ~~~~~~~~~~~~~~~~~~~~~
  187. .. code-block:: python
  188. CELERY_RESULT_BACKEND = "database"
  189. CELERY_RESULT_DBURI = "mysql://user:password@host/dbname"
  190. .. _conf-amqp-result-backend:
  191. AMQP backend settings
  192. ---------------------
  193. .. note::
  194. The AMQP backend requires RabbitMQ 1.1.0 or higher to automatically
  195. expire results. If you are running an older version of RabbitmQ
  196. you should disable result expiration like this:
  197. CELERY_TASK_RESULT_EXPIRES = None
  198. .. setting:: CELERY_RESULT_EXCHANGE
  199. CELERY_RESULT_EXCHANGE
  200. ~~~~~~~~~~~~~~~~~~~~~~
  201. Name of the exchange to publish results in. Default is `"celeryresults"`.
  202. .. setting:: CELERY_RESULT_EXCHANGE_TYPE
  203. CELERY_RESULT_EXCHANGE_TYPE
  204. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205. The exchange type of the result exchange. Default is to use a `direct`
  206. exchange.
  207. .. setting:: CELERY_RESULT_PERSISTENT
  208. CELERY_RESULT_PERSISTENT
  209. ~~~~~~~~~~~~~~~~~~~~~~~~
  210. If set to :const:`True`, result messages will be persistent. This means the
  211. messages will not be lost after a broker restart. The default is for the
  212. results to be transient.
  213. Example configuration
  214. ~~~~~~~~~~~~~~~~~~~~~
  215. .. code-block:: python
  216. CELERY_RESULT_BACKEND = "amqp"
  217. CELERY_TASK_RESULT_EXPIRES = 18000 # 5 hours.
  218. .. _conf-cache-result-backend:
  219. Cache backend settings
  220. ----------------------
  221. .. note::
  222. The cache backend supports the `pylibmc`_ and `python-memcached`
  223. libraries. The latter is used only if `pylibmc`_ is not installed.
  224. .. setting:: CELERY_CACHE_BACKEND
  225. CELERY_CACHE_BACKEND
  226. ~~~~~~~~~~~~~~~~~~~~
  227. Using a single memcached server:
  228. .. code-block:: python
  229. CELERY_CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
  230. Using multiple memcached servers:
  231. .. code-block:: python
  232. CELERY_RESULT_BACKEND = "cache"
  233. CELERY_CACHE_BACKEND = 'memcached://172.19.26.240:11211;172.19.26.242:11211/'
  234. .. setting:: CELERY_CACHE_BACKEND_OPTIONS
  235. The "memory" backend stores the cache in memory only:
  236. CELERY_CACHE_BACKEND = "memory"
  237. CELERY_CACHE_BACKEND_OPTIONS
  238. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239. You can set pylibmc options using the :setting:`CELERY_CACHE_BACKEND_OPTIONS`
  240. setting:
  241. .. code-block:: python
  242. CELERY_CACHE_BACKEND_OPTIONS = {"binary": True,
  243. "behaviors": {"tcp_nodelay": True}}
  244. .. _`pylibmc`: http://sendapatch.se/projects/pylibmc/
  245. .. _conf-redis-result-backend:
  246. Redis backend settings
  247. ----------------------
  248. Configuring the backend URL
  249. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250. .. note::
  251. The Redis backend requires the :mod:`redis` library:
  252. http://pypi.python.org/pypi/redis/
  253. To install the redis package use `pip` or `easy_install`:
  254. .. code-block:: bash
  255. $ pip install redis
  256. This backend requires the :setting:`CELERY_RESULT_BACKEND`
  257. setting to be set to a Redis URL::
  258. CELERY_RESULT_BACKEND = "redis://:password@host:port/db"
  259. For example::
  260. CELERY_RESULT_BACKEND = "redis://localhost/0"
  261. which is the same as::
  262. CELERY_RESULT_BACKEND = "redis://"
  263. The fields of the URL is defined as folows:
  264. - *host*
  265. Host name or IP address of the Redis server. e.g. `"localhost"`.
  266. - *port*
  267. Port to the Redis server. Default is 6379.
  268. - *db*
  269. Database number to use. Default is 0.
  270. The db can include an optional leading slash.
  271. - *password*
  272. Password used to connect to the database.
  273. .. setting:: CELERY_REDIS_MAX_CONNECTIONS
  274. CELERY_REDIS_MAX_CONNECTIONS
  275. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  276. Maximum number of connections available in the Redis connection
  277. pool used for sending and retrieving results.
  278. .. _conf-mongodb-result-backend:
  279. MongoDB backend settings
  280. ------------------------
  281. .. note::
  282. The MongoDB backend requires the :mod:`pymongo` library:
  283. http://github.com/mongodb/mongo-python-driver/tree/master
  284. .. setting:: CELERY_MONGODB_BACKEND_SETTINGS
  285. CELERY_MONGODB_BACKEND_SETTINGS
  286. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  287. This is a dict supporting the following keys:
  288. * host
  289. Host name of the MongoDB server. Defaults to "localhost".
  290. * port
  291. The port the MongoDB server is listening to. Defaults to 27017.
  292. * user
  293. User name to authenticate to the MongoDB server as (optional).
  294. * password
  295. Password to authenticate to the MongoDB server (optional).
  296. * database
  297. The database name to connect to. Defaults to "celery".
  298. * taskmeta_collection
  299. The collection name to store task meta data.
  300. Defaults to "celery_taskmeta".
  301. * max_pool_size
  302. Passed as max_pool_size to PyMongo's Connection or MongoClient
  303. constructor. It is the maximum number of TCP connections to keep
  304. open to MongoDB at a given time. If there are more open connections
  305. than max_pool_size, sockets will be closed when they are released.
  306. Defaults to 10.
  307. .. _example-mongodb-result-config:
  308. Example configuration
  309. ~~~~~~~~~~~~~~~~~~~~~
  310. .. code-block:: python
  311. CELERY_RESULT_BACKEND = "mongodb"
  312. CELERY_MONGODB_BACKEND_SETTINGS = {
  313. "host": "192.168.1.100",
  314. "port": 30000,
  315. "database": "mydb",
  316. "taskmeta_collection": "my_taskmeta_collection",
  317. }
  318. .. _conf-cassandra-result-backend:
  319. Cassandra backend settings
  320. --------------------------
  321. .. note::
  322. The Cassandra backend requires the :mod:`pycassa` library:
  323. http://pypi.python.org/pypi/pycassa/
  324. To install the pycassa package use `pip` or `easy_install`:
  325. .. code-block:: bash
  326. $ pip install pycassa
  327. This backend requires the following configuration directives to be set.
  328. .. setting:: CASSANDRA_SERVERS
  329. CASSANDRA_SERVERS
  330. ~~~~~~~~~~~~~~~~~
  331. List of ``host:port`` Cassandra servers. e.g. ``["localhost:9160]"``.
  332. .. setting:: CASSANDRA_KEYSPACE
  333. CASSANDRA_KEYSPACE
  334. ~~~~~~~~~~~~~~~~~~
  335. The keyspace in which to store the results. e.g. ``"tasks_keyspace"``.
  336. .. setting:: CASSANDRA_COLUMN_FAMILY
  337. CASSANDRA_COLUMN_FAMILY
  338. ~~~~~~~~~~~~~~~~~~~~~~~
  339. The column family in which to store the results. eg ``"tasks"``
  340. .. setting:: CASSANDRA_READ_CONSISTENCY
  341. CASSANDRA_READ_CONSISTENCY
  342. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  343. The read consistency used. Values can be ``"ONE"``, ``"QUORUM"`` or ``"ALL"``.
  344. .. setting:: CASSANDRA_WRITE_CONSISTENCY
  345. CASSANDRA_WRITE_CONSISTENCY
  346. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347. The write consistency used. Values can be ``"ONE"``, ``"QUORUM"`` or ``"ALL"``.
  348. .. setting:: CASSANDRA_DETAILED_MODE
  349. CASSANDRA_DETAILED_MODE
  350. ~~~~~~~~~~~~~~~~~~~~~~~
  351. Enable or disable detailed mode. Default is :const:`False`.
  352. This mode allows to use the power of Cassandra wide columns to
  353. store all states for a task as a wide column, instead of only the last one.
  354. To use this mode, you need to configure your ColumnFamily to
  355. use the ``TimeUUID`` type as a comparator::
  356. create column family task_results with comparator = TimeUUIDType;
  357. CASSANDRA_OPTIONS
  358. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359. Options to be passed to the `pycassa connection pool`_ (optional).
  360. .. _`pycassa connection pool`: http://pycassa.github.com/pycassa/api/pycassa/pool.html
  361. Example configuration
  362. ~~~~~~~~~~~~~~~~~~~~~
  363. .. code-block:: python
  364. CASSANDRA_SERVERS = ["localhost:9160"]
  365. CASSANDRA_KEYSPACE = "celery"
  366. CASSANDRA_COLUMN_FAMILY = "task_results"
  367. CASSANDRA_READ_CONSISTENCY = "ONE"
  368. CASSANDRA_WRITE_CONSISTENCY = "ONE"
  369. CASSANDRA_DETAILED_MODE = True
  370. CASSANDRA_OPTIONS = {
  371. 'timeout': 300,
  372. 'max_retries': 10
  373. }
  374. .. _conf-ironcache-result-backend:
  375. IronCache backend settings
  376. --------------------------
  377. .. note::
  378. The Cassandra backend requires the :mod:`iron_celery` library:
  379. http://pypi.python.org/pypi/iron_celery
  380. To install the iron_celery package use `pip` or `easy_install`:
  381. .. code-block:: bash
  382. $ pip install iron_celery
  383. IronCache is configured via the URL provided in :setting:`CELERY_RESULT_BACKEND`, for example::
  384. CELERY_RESULT_BACKEND = 'ironcache://project_id:token@'
  385. Or to change the cache name::
  386. ironcache:://project_id:token@/awesomecache
  387. For more information, see: https://github.com/iron-io/iron_celery
  388. .. _conf-messaging:
  389. Message Routing
  390. ---------------
  391. .. _conf-messaging-routing:
  392. .. setting:: CELERY_QUEUES
  393. CELERY_QUEUES
  394. ~~~~~~~~~~~~~
  395. The mapping of queues the worker consumes from. This is a dictionary
  396. of queue name/options. See :ref:`guide-routing` for more information.
  397. The default is a queue/exchange/binding key of `"celery"`, with
  398. exchange type `direct`.
  399. You don't have to care about this unless you want custom routing facilities.
  400. .. setting:: CELERY_ROUTES
  401. CELERY_ROUTES
  402. ~~~~~~~~~~~~~
  403. A list of routers, or a single router used to route tasks to queues.
  404. When deciding the final destination of a task the routers are consulted
  405. in order. See :ref:`routers` for more information.
  406. .. setting:: CELERY_QUEUE_HA_POLICY
  407. CELERY_QUEUE_HA_POLICY
  408. ~~~~~~~~~~~~~~~~~~~~~~
  409. :brokers: RabbitMQ
  410. This will set the default HA policy for a queue, and the value
  411. can either be a string (usually ``all``):
  412. .. code-block:: python
  413. CELERY_QUEUE_HA_POLICY = 'all'
  414. Using 'all' will replicate the queue to all current nodes,
  415. Or you can give it a list of nodes to replicate to:
  416. .. code-block:: python
  417. CELERY_QUEUE_HA_POLICY = ['rabbit@host1', 'rabbit@host2']
  418. Using a list will implicitly set ``x-ha-policy`` to 'nodes' and
  419. ``x-ha-policy-params`` to the given list of nodes.
  420. See http://www.rabbitmq.com/ha.html for more information.
  421. .. setting:: CELERY_WORKER_DIRECT
  422. CELERY_WORKER_DIRECT
  423. ~~~~~~~~~~~~~~~~~~~~
  424. This option enables so that every worker has a dedicated queue,
  425. so that tasks can be routed to specific workers.
  426. The queue name for each worker is automatically generated based on
  427. the worker hostname and a ``.dq`` suffix, using the ``C.dq`` exchange.
  428. For example the queue name for the worker with hostname ``w1.example.com``
  429. becomes::
  430. w1.example.com.dq
  431. Then you can route the task to the task by specifying the hostname
  432. as the routung key and the ``C.dq`` exchange::
  433. CELERY_ROUTES = {
  434. 'tasks.add': {'exchange': 'C.dq', 'routing_key': 'w1.example.com'}
  435. }
  436. This setting is mandatory if you want to use the ``move_to_worker`` features
  437. of :mod:`celery.contrib.migrate`.
  438. .. setting:: CELERY_CREATE_MISSING_QUEUES
  439. CELERY_CREATE_MISSING_QUEUES
  440. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441. If enabled (default), any queues specified that is not defined in
  442. :setting:`CELERY_QUEUES` will be automatically created. See
  443. :ref:`routing-automatic`.
  444. .. setting:: CELERY_DEFAULT_QUEUE
  445. CELERY_DEFAULT_QUEUE
  446. ~~~~~~~~~~~~~~~~~~~~
  447. The name of the default queue used by `.apply_async` if the message has
  448. no route or no custom queue has been specified.
  449. This queue must be listed in :setting:`CELERY_QUEUES`.
  450. If :setting:`CELERY_QUEUES` is not specified then it this automatically
  451. created containing one queue entry, where this name is used as the name of
  452. that queue.
  453. The default is: `celery`.
  454. .. seealso::
  455. :ref:`routing-changing-default-queue`
  456. .. setting:: CELERY_DEFAULT_EXCHANGE
  457. CELERY_DEFAULT_EXCHANGE
  458. ~~~~~~~~~~~~~~~~~~~~~~~
  459. Name of the default exchange to use when no custom exchange is
  460. specified for a key in the :setting:`CELERY_QUEUES` setting.
  461. The default is: `celery`.
  462. .. setting:: CELERY_DEFAULT_EXCHANGE_TYPE
  463. CELERY_DEFAULT_EXCHANGE_TYPE
  464. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  465. Default exchange type used when no custom exchange type is specified.
  466. for a key in the :setting:`CELERY_QUEUES` setting.
  467. The default is: `direct`.
  468. .. setting:: CELERY_DEFAULT_ROUTING_KEY
  469. CELERY_DEFAULT_ROUTING_KEY
  470. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  471. The default routing key used when no custom routing key
  472. is specified for a key in the :setting:`CELERY_QUEUES` setting.
  473. The default is: `celery`.
  474. .. setting:: CELERY_DEFAULT_DELIVERY_MODE
  475. CELERY_DEFAULT_DELIVERY_MODE
  476. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  477. Can be `transient` or `persistent`. The default is to send
  478. persistent messages.
  479. .. _conf-broker-settings:
  480. Broker Settings
  481. ---------------
  482. .. setting:: BROKER_TRANSPORT
  483. BROKER_TRANSPORT
  484. ~~~~~~~~~~~~~~~~
  485. :Aliases: ``BROKER_BACKEND``
  486. :Deprecated aliases: ``CARROT_BACKEND``
  487. .. setting:: BROKER_URL
  488. BROKER_URL
  489. ~~~~~~~~~~
  490. Default broker URL. This must be an URL in the form of::
  491. transport://userid:password@hostname:port/virtual_host
  492. Only the scheme part (``transport://``) is required, the rest
  493. is optional, and defaults to the specific transports default values.
  494. The transport part is the broker implementation to use, and the
  495. default is ``amqp``, which uses ``librabbitmq`` by default or falls back to
  496. ``pyamqp`` if that is not installed. Also there are many other choices including
  497. ``redis``, ``beanstalk``, ``sqlalchemy``, ``django``, ``mongodb``,
  498. ``couchdb``.
  499. It can also be a fully qualified path to your own transport implementation.
  500. See the Kombu documentation for more information about broker URLs.
  501. .. setting:: BROKER_HEARTBEAT
  502. BROKER_HEARTBEAT
  503. ~~~~~~~~~~~~~~~~
  504. :transports supported: ``pyamqp``
  505. It's not always possible to detect connection loss in a timely
  506. manner using TCP/IP alone, so AMQP defines something called heartbeats
  507. that's is used both by the client and the broker to detect if
  508. a connection was closed.
  509. Hartbeats are disabled by default.
  510. If the heartbeat value is 10 seconds, then
  511. the heartbeat will be monitored at the interval specified
  512. by the :setting:`BROKER_HEARTBEAT_CHECKRATE` setting, which by default is
  513. double the rate of the heartbeat value
  514. (so for the default 10 seconds, the heartbeat is checked every 5 seconds).
  515. .. setting:: BROKER_HEARTBEAT_CHECKRATE
  516. BROKER_HEARTBEAT_CHECKRATE
  517. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  518. :transports supported: ``pyamqp``
  519. At intervals the worker will monitor that the broker has not missed
  520. too many heartbeats. The rate at which this is checked is calculated
  521. by dividing the :setting:`BROKER_HEARTBEAT` value with this value,
  522. so if the heartbeat is 10.0 and the rate is the default 2.0, the check
  523. will be performed every 5 seconds (twice the heartbeat sending rate).
  524. .. setting:: BROKER_USE_SSL
  525. BROKER_USE_SSL
  526. ~~~~~~~~~~~~~~
  527. Use SSL to connect to the broker. Off by default. This may not be supported
  528. by all transports.
  529. .. setting:: BROKER_POOL_LIMIT
  530. BROKER_POOL_LIMIT
  531. ~~~~~~~~~~~~~~~~~
  532. .. versionadded:: 2.3
  533. The maximum number of connections that can be open in the connection pool.
  534. The pool is enabled by default since version 2.5, with a default limit of ten
  535. connections. This number can be tweaked depending on the number of
  536. threads/greenthreads (eventlet/gevent) using a connection. For example
  537. running eventlet with 1000 greenlets that use a connection to the broker,
  538. contention can arise and you should consider increasing the limit.
  539. If set to :const:`None` or 0 the connection pool will be disabled and
  540. connections will be established and closed for every use.
  541. Default (since 2.5) is to use a pool of 10 connections.
  542. .. setting:: BROKER_CONNECTION_TIMEOUT
  543. BROKER_CONNECTION_TIMEOUT
  544. ~~~~~~~~~~~~~~~~~~~~~~~~~
  545. The default timeout in seconds before we give up establishing a connection
  546. to the AMQP server. Default is 4 seconds.
  547. .. setting:: BROKER_CONNECTION_RETRY
  548. BROKER_CONNECTION_RETRY
  549. ~~~~~~~~~~~~~~~~~~~~~~~
  550. Automatically try to re-establish the connection to the AMQP broker if lost.
  551. The time between retries is increased for each retry, and is
  552. not exhausted before :setting:`BROKER_CONNECTION_MAX_RETRIES` is
  553. exceeded.
  554. This behavior is on by default.
  555. .. setting:: BROKER_CONNECTION_MAX_RETRIES
  556. BROKER_CONNECTION_MAX_RETRIES
  557. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  558. Maximum number of retries before we give up re-establishing a connection
  559. to the AMQP broker.
  560. If this is set to :const:`0` or :const:`None`, we will retry forever.
  561. Default is 100 retries.
  562. .. setting:: BROKER_TRANSPORT_OPTIONS
  563. BROKER_TRANSPORT_OPTIONS
  564. ~~~~~~~~~~~~~~~~~~~~~~~~
  565. .. versionadded:: 2.2
  566. A dict of additional options passed to the underlying transport.
  567. See your transport user manual for supported options (if any).
  568. Example setting the visibility timeout (supported by Redis and SQS
  569. transports):
  570. .. code-block:: python
  571. BROKER_TRANSPORT_OPTIONS = {'visibility_timeout': 18000} # 5 hours
  572. .. _conf-task-execution:
  573. Task execution settings
  574. -----------------------
  575. .. setting:: CELERY_ALWAYS_EAGER
  576. CELERY_ALWAYS_EAGER
  577. ~~~~~~~~~~~~~~~~~~~
  578. If this is :const:`True`, all tasks will be executed locally by blocking until
  579. the task returns. ``apply_async()`` and ``Task.delay()`` will return
  580. an :class:`~celery.result.EagerResult` instance, which emulates the API
  581. and behavior of :class:`~celery.result.AsyncResult`, except the result
  582. is already evaluated.
  583. That is, tasks will be executed locally instead of being sent to
  584. the queue.
  585. .. setting:: CELERY_EAGER_PROPAGATES_EXCEPTIONS
  586. CELERY_EAGER_PROPAGATES_EXCEPTIONS
  587. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  588. If this is :const:`True`, eagerly executed tasks (applied by `task.apply()`,
  589. or when the :setting:`CELERY_ALWAYS_EAGER` setting is enabled), will
  590. propagate exceptions.
  591. It's the same as always running ``apply()`` with ``throw=True``.
  592. .. setting:: CELERY_IGNORE_RESULT
  593. CELERY_IGNORE_RESULT
  594. ~~~~~~~~~~~~~~~~~~~~
  595. Whether to store the task return values or not (tombstones).
  596. If you still want to store errors, just not successful return values,
  597. you can set :setting:`CELERY_STORE_ERRORS_EVEN_IF_IGNORED`.
  598. .. setting:: CELERY_MESSAGE_COMPRESSION
  599. CELERY_MESSAGE_COMPRESSION
  600. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  601. Default compression used for task messages.
  602. Can be ``"gzip"``, ``"bzip2"`` (if available), or any custom
  603. compression schemes registered in the Kombu compression registry.
  604. The default is to send uncompressed messages.
  605. .. setting:: CELERY_TASK_RESULT_EXPIRES
  606. CELERY_TASK_RESULT_EXPIRES
  607. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  608. Time (in seconds, or a :class:`~datetime.timedelta` object) for when after
  609. stored task tombstones will be deleted.
  610. A built-in periodic task will delete the results after this time
  611. (:class:`celery.task.backend_cleanup`).
  612. Default is to expire after 1 day.
  613. .. note::
  614. For the moment this only works with the amqp, database, cache, redis and MongoDB
  615. backends.
  616. When using the database or MongoDB backends, `celery beat` must be
  617. running for the results to be expired.
  618. .. setting:: CELERY_MAX_CACHED_RESULTS
  619. CELERY_MAX_CACHED_RESULTS
  620. ~~~~~~~~~~~~~~~~~~~~~~~~~
  621. Result backends caches ready results used by the client.
  622. This is the total number of results to cache before older results are evicted.
  623. The default is 5000.
  624. .. setting:: CELERY_CHORD_PROPAGATES
  625. CELERY_CHORD_PROPAGATES
  626. ~~~~~~~~~~~~~~~~~~~~~~~
  627. .. versionadded:: 3.0.14
  628. This setting defines what happens when a task part of a chord raises an
  629. exception:
  630. - If propagate is True the chord callback will change state to FAILURE
  631. with the exception value set to a :exc:`~celery.exceptions.ChordError`
  632. instance containing information about the error and the task that failed.
  633. This is the default behavior in Celery 3.1+
  634. - If propagate is False the exception value will instead be forwarded
  635. to the chord callback.
  636. This was the default behavior before version 3.1.
  637. .. setting:: CELERY_TRACK_STARTED
  638. CELERY_TRACK_STARTED
  639. ~~~~~~~~~~~~~~~~~~~~
  640. If :const:`True` the task will report its status as "started" when the
  641. task is executed by a worker. The default value is :const:`False` as
  642. the normal behaviour is to not report that level of granularity. Tasks
  643. are either pending, finished, or waiting to be retried. Having a "started"
  644. state can be useful for when there are long running tasks and there is a
  645. need to report which task is currently running.
  646. .. setting:: CELERY_TASK_SERIALIZER
  647. CELERY_TASK_SERIALIZER
  648. ~~~~~~~~~~~~~~~~~~~~~~
  649. A string identifying the default serialization method to use. Can be
  650. `pickle` (default), `json`, `yaml`, `msgpack` or any custom serialization
  651. methods that have been registered with :mod:`kombu.serialization.registry`.
  652. .. seealso::
  653. :ref:`calling-serializers`.
  654. .. setting:: CELERY_TASK_PUBLISH_RETRY
  655. CELERY_TASK_PUBLISH_RETRY
  656. ~~~~~~~~~~~~~~~~~~~~~~~~~
  657. .. versionadded:: 2.2
  658. Decides if publishing task messages will be retried in the case
  659. of connection loss or other connection errors.
  660. See also :setting:`CELERY_TASK_PUBLISH_RETRY_POLICY`.
  661. Enabled by default.
  662. .. setting:: CELERY_TASK_PUBLISH_RETRY_POLICY
  663. CELERY_TASK_PUBLISH_RETRY_POLICY
  664. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  665. .. versionadded:: 2.2
  666. Defines the default policy when retrying publishing a task message in
  667. the case of connection loss or other connection errors.
  668. See :ref:`calling-retry` for more information.
  669. .. setting:: CELERY_DEFAULT_RATE_LIMIT
  670. CELERY_DEFAULT_RATE_LIMIT
  671. ~~~~~~~~~~~~~~~~~~~~~~~~~
  672. The global default rate limit for tasks.
  673. This value is used for tasks that does not have a custom rate limit
  674. The default is no rate limit.
  675. .. setting:: CELERY_DISABLE_RATE_LIMITS
  676. CELERY_DISABLE_RATE_LIMITS
  677. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  678. Disable all rate limits, even if tasks has explicit rate limits set.
  679. .. setting:: CELERY_ACKS_LATE
  680. CELERY_ACKS_LATE
  681. ~~~~~~~~~~~~~~~~
  682. Late ack means the task messages will be acknowledged **after** the task
  683. has been executed, not *just before*, which is the default behavior.
  684. .. seealso::
  685. FAQ: :ref:`faq-acks_late-vs-retry`.
  686. .. _conf-worker:
  687. Worker
  688. ------
  689. .. setting:: CELERY_IMPORTS
  690. CELERY_IMPORTS
  691. ~~~~~~~~~~~~~~
  692. A sequence of modules to import when the worker starts.
  693. This is used to specify the task modules to import, but also
  694. to import signal handlers and additional remote control commands, etc.
  695. The modules will be imported in the original order.
  696. .. setting:: CELERY_INCLUDE
  697. CELERY_INCLUDE
  698. ~~~~~~~~~~~~~~
  699. Exact same semantics as :setting:`CELERY_IMPORTS`, but can be used as a means
  700. to have different import categories.
  701. The modules in this setting are imported after the modules in
  702. :setting:`CELERY_IMPORTS`.
  703. .. setting:: CELERYD_FORCE_EXECV
  704. CELERYD_FORCE_EXECV
  705. ~~~~~~~~~~~~~~~~~~~
  706. On Unix the processes pool will fork, so that child processes
  707. start with the same memory as the parent process.
  708. This can cause problems as there is a known deadlock condition
  709. with pthread locking primitives when `fork()` is combined with threads.
  710. You should enable this setting if you are experiencing hangs (deadlocks),
  711. especially in combination with time limits or having a max tasks per child limit.
  712. This option will be enabled by default in a later version.
  713. This is not a problem on Windows, as it does not have `fork()`.
  714. .. setting:: CELERYD_WORKER_LOST_WAIT
  715. CELERYD_WORKER_LOST_WAIT
  716. ~~~~~~~~~~~~~~~~~~~~~~~~
  717. In some cases a worker may be killed without proper cleanup,
  718. and the worker may have published a result before terminating.
  719. This value specifies how long we wait for any missing results before
  720. raising a :exc:`@WorkerLostError` exception.
  721. Default is 10.0
  722. .. setting:: CELERYD_MAX_TASKS_PER_CHILD
  723. CELERYD_MAX_TASKS_PER_CHILD
  724. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  725. Maximum number of tasks a pool worker process can execute before
  726. it's replaced with a new one. Default is no limit.
  727. .. setting:: CELERYD_TASK_TIME_LIMIT
  728. CELERYD_TASK_TIME_LIMIT
  729. ~~~~~~~~~~~~~~~~~~~~~~~
  730. Task hard time limit in seconds. The worker processing the task will
  731. be killed and replaced with a new one when this is exceeded.
  732. .. setting:: CELERYD_TASK_SOFT_TIME_LIMIT
  733. CELERYD_TASK_SOFT_TIME_LIMIT
  734. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  735. Task soft time limit in seconds.
  736. The :exc:`~@SoftTimeLimitExceeded` exception will be
  737. raised when this is exceeded. The task can catch this to
  738. e.g. clean up before the hard time limit comes.
  739. Example:
  740. .. code-block:: python
  741. from celery.exceptions import SoftTimeLimitExceeded
  742. @celery.task
  743. def mytask():
  744. try:
  745. return do_work()
  746. except SoftTimeLimitExceeded:
  747. cleanup_in_a_hurry()
  748. .. setting:: CELERY_STORE_ERRORS_EVEN_IF_IGNORED
  749. CELERY_STORE_ERRORS_EVEN_IF_IGNORED
  750. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  751. If set, the worker stores all task errors in the result store even if
  752. :attr:`Task.ignore_result <celery.task.base.Task.ignore_result>` is on.
  753. .. setting:: CELERYD_STATE_DB
  754. CELERYD_STATE_DB
  755. ~~~~~~~~~~~~~~~~
  756. Name of the file used to stores persistent worker state (like revoked tasks).
  757. Can be a relative or absolute path, but be aware that the suffix `.db`
  758. may be appended to the file name (depending on Python version).
  759. Can also be set via the :option:`--statedb` argument to
  760. :mod:`~celery.bin.worker`.
  761. Not enabled by default.
  762. .. setting:: CELERYD_TIMER_PRECISION
  763. CELERYD_TIMER_PRECISION
  764. ~~~~~~~~~~~~~~~~~~~~~~~
  765. Set the maximum time in seconds that the ETA scheduler can sleep between
  766. rechecking the schedule. Default is 1 second.
  767. Setting this value to 1 second means the schedulers precision will
  768. be 1 second. If you need near millisecond precision you can set this to 0.1.
  769. .. _conf-error-mails:
  770. Error E-Mails
  771. -------------
  772. .. setting:: CELERY_SEND_TASK_ERROR_EMAILS
  773. CELERY_SEND_TASK_ERROR_EMAILS
  774. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  775. The default value for the `Task.send_error_emails` attribute, which if
  776. set to :const:`True` means errors occurring during task execution will be
  777. sent to :setting:`ADMINS` by email.
  778. Disabled by default.
  779. .. setting:: ADMINS
  780. ADMINS
  781. ~~~~~~
  782. List of `(name, email_address)` tuples for the administrators that should
  783. receive error emails.
  784. .. setting:: SERVER_EMAIL
  785. SERVER_EMAIL
  786. ~~~~~~~~~~~~
  787. The email address this worker sends emails from.
  788. Default is celery@localhost.
  789. .. setting:: EMAIL_HOST
  790. EMAIL_HOST
  791. ~~~~~~~~~~
  792. The mail server to use. Default is `"localhost"`.
  793. .. setting:: EMAIL_HOST_USER
  794. EMAIL_HOST_USER
  795. ~~~~~~~~~~~~~~~
  796. User name (if required) to log on to the mail server with.
  797. .. setting:: EMAIL_HOST_PASSWORD
  798. EMAIL_HOST_PASSWORD
  799. ~~~~~~~~~~~~~~~~~~~
  800. Password (if required) to log on to the mail server with.
  801. .. setting:: EMAIL_PORT
  802. EMAIL_PORT
  803. ~~~~~~~~~~
  804. The port the mail server is listening on. Default is `25`.
  805. .. setting:: EMAIL_USE_SSL
  806. EMAIL_USE_SSL
  807. ~~~~~~~~~~~~~
  808. Use SSL when connecting to the SMTP server. Disabled by default.
  809. .. setting:: EMAIL_USE_TLS
  810. EMAIL_USE_TLS
  811. ~~~~~~~~~~~~~
  812. Use TLS when connecting to the SMTP server. Disabled by default.
  813. .. setting:: EMAIL_TIMEOUT
  814. EMAIL_TIMEOUT
  815. ~~~~~~~~~~~~~
  816. Timeout in seconds for when we give up trying to connect
  817. to the SMTP server when sending emails.
  818. The default is 2 seconds.
  819. .. _conf-example-error-mail-config:
  820. Example E-Mail configuration
  821. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  822. This configuration enables the sending of error emails to
  823. george@vandelay.com and kramer@vandelay.com:
  824. .. code-block:: python
  825. # Enables error emails.
  826. CELERY_SEND_TASK_ERROR_EMAILS = True
  827. # Name and email addresses of recipients
  828. ADMINS = (
  829. ("George Costanza", "george@vandelay.com"),
  830. ("Cosmo Kramer", "kosmo@vandelay.com"),
  831. )
  832. # Email address used as sender (From field).
  833. SERVER_EMAIL = "no-reply@vandelay.com"
  834. # Mailserver configuration
  835. EMAIL_HOST = "mail.vandelay.com"
  836. EMAIL_PORT = 25
  837. # EMAIL_HOST_USER = "servers"
  838. # EMAIL_HOST_PASSWORD = "s3cr3t"
  839. .. _conf-events:
  840. Events
  841. ------
  842. .. setting:: CELERY_SEND_EVENTS
  843. CELERY_SEND_EVENTS
  844. ~~~~~~~~~~~~~~~~~~
  845. Send events so the worker can be monitored by tools like `celerymon`.
  846. .. setting:: CELERY_SEND_TASK_SENT_EVENT
  847. CELERY_SEND_TASK_SENT_EVENT
  848. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  849. .. versionadded:: 2.2
  850. If enabled, a :event:`task-sent` event will be sent for every task so tasks can be
  851. tracked before they are consumed by a worker.
  852. Disabled by default.
  853. .. setting:: CELERY_EVENT_SERIALIZER
  854. CELERY_EVENT_SERIALIZER
  855. ~~~~~~~~~~~~~~~~~~~~~~~
  856. Message serialization format used when sending event messages.
  857. Default is `"json"`. See :ref:`calling-serializers`.
  858. .. _conf-broadcast:
  859. Broadcast Commands
  860. ------------------
  861. .. setting:: CELERY_BROADCAST_QUEUE
  862. CELERY_BROADCAST_QUEUE
  863. ~~~~~~~~~~~~~~~~~~~~~~
  864. Name prefix for the queue used when listening for broadcast messages.
  865. The workers host name will be appended to the prefix to create the final
  866. queue name.
  867. Default is `"celeryctl"`.
  868. .. setting:: CELERY_BROADCAST_EXCHANGE
  869. CELERY_BROADCAST_EXCHANGE
  870. ~~~~~~~~~~~~~~~~~~~~~~~~~
  871. Name of the exchange used for broadcast messages.
  872. Default is `"celeryctl"`.
  873. .. setting:: CELERY_BROADCAST_EXCHANGE_TYPE
  874. CELERY_BROADCAST_EXCHANGE_TYPE
  875. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  876. Exchange type used for broadcast messages. Default is `"fanout"`.
  877. .. _conf-logging:
  878. Logging
  879. -------
  880. .. setting:: CELERYD_HIJACK_ROOT_LOGGER
  881. CELERYD_HIJACK_ROOT_LOGGER
  882. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  883. .. versionadded:: 2.2
  884. By default any previously configured handlers on the root logger will be
  885. removed. If you want to customize your own logging handlers, then you
  886. can disable this behavior by setting
  887. `CELERYD_HIJACK_ROOT_LOGGER = False`.
  888. .. note::
  889. Logging can also be customized by connecting to the
  890. :signal:`celery.signals.setup_logging` signal.
  891. .. setting:: CELERYD_LOG_COLOR
  892. CELERYD_LOG_COLOR
  893. ~~~~~~~~~~~~~~~~~
  894. Enables/disables colors in logging output by the Celery apps.
  895. By default colors are enabled if
  896. 1) the app is logging to a real terminal, and not a file.
  897. 2) the app is not running on Windows.
  898. .. setting:: CELERYD_LOG_FORMAT
  899. CELERYD_LOG_FORMAT
  900. ~~~~~~~~~~~~~~~~~~
  901. The format to use for log messages.
  902. Default is `[%(asctime)s: %(levelname)s/%(processName)s] %(message)s`
  903. See the Python :mod:`logging` module for more information about log
  904. formats.
  905. .. setting:: CELERYD_TASK_LOG_FORMAT
  906. CELERYD_TASK_LOG_FORMAT
  907. ~~~~~~~~~~~~~~~~~~~~~~~
  908. The format to use for log messages logged in tasks. Can be overridden using
  909. the :option:`--loglevel` option to :mod:`~celery.bin.worker`.
  910. Default is::
  911. [%(asctime)s: %(levelname)s/%(processName)s]
  912. [%(task_name)s(%(task_id)s)] %(message)s
  913. See the Python :mod:`logging` module for more information about log
  914. formats.
  915. .. setting:: CELERY_REDIRECT_STDOUTS
  916. CELERY_REDIRECT_STDOUTS
  917. ~~~~~~~~~~~~~~~~~~~~~~~
  918. If enabled `stdout` and `stderr` will be redirected
  919. to the current logger.
  920. Enabled by default.
  921. Used by :program:`celery worker` and :program:`celery beat`.
  922. .. setting:: CELERY_REDIRECT_STDOUTS_LEVEL
  923. CELERY_REDIRECT_STDOUTS_LEVEL
  924. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  925. The log level output to `stdout` and `stderr` is logged as.
  926. Can be one of :const:`DEBUG`, :const:`INFO`, :const:`WARNING`,
  927. :const:`ERROR` or :const:`CRITICAL`.
  928. Default is :const:`WARNING`.
  929. .. _conf-security:
  930. Security
  931. --------
  932. .. setting:: CELERY_SECURITY_KEY
  933. CELERY_SECURITY_KEY
  934. ~~~~~~~~~~~~~~~~~~~
  935. .. versionadded:: 2.5
  936. The relative or absolute path to a file containing the private key
  937. used to sign messages when :ref:`message-signing` is used.
  938. .. setting:: CELERY_SECURITY_CERTIFICATE
  939. CELERY_SECURITY_CERTIFICATE
  940. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  941. .. versionadded:: 2.5
  942. The relative or absolute path to an X.509 certificate file
  943. used to sign messages when :ref:`message-signing` is used.
  944. .. setting:: CELERY_SECURITY_CERT_STORE
  945. CELERY_SECURITY_CERT_STORE
  946. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  947. .. versionadded:: 2.5
  948. The directory containing X.509 certificates used for
  949. :ref:`message-signing`. Can be a glob with wildcards,
  950. (for example :file:`/etc/certs/*.pem`).
  951. .. _conf-custom-components:
  952. Custom Component Classes (advanced)
  953. -----------------------------------
  954. .. setting:: CELERYD_BOOTSTEPS
  955. CELERYD_BOOTSTEPS
  956. ~~~~~~~~~~~~~~~~~
  957. This setting enables you to add additional components to the worker process.
  958. It should be a list of module names with
  959. :class:`celery.bootsteps.Step`
  960. classes, that augments functionality in the worker.
  961. .. setting:: CELERYD_CONSUMER_BOOTSTEPS
  962. CELERYD_CONSUMER_BOOTSTEPS
  963. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  964. This setting enables you to add additional components to the workers consumer.
  965. It should be a list of module names with
  966. :class:`celery.bootsteps.Step`` classes, that augments
  967. functionality in the consumer.
  968. .. setting:: CELERYD_POOL
  969. CELERYD_POOL
  970. ~~~~~~~~~~~~
  971. Name of the pool class used by the worker.
  972. You can use a custom pool class name, or select one of
  973. the built-in aliases: ``processes``, ``eventlet``, ``gevent``.
  974. Default is ``processes``.
  975. .. setting:: CELERYD_POOL_RESTARTS
  976. CELERYD_POOL_RESTARTS
  977. ~~~~~~~~~~~~~~~~~~~~~
  978. If enabled the worker pool can be restarted using the
  979. :control:`pool_restart` remote control command.
  980. Disabled by default.
  981. .. setting:: CELERYD_AUTOSCALER
  982. CELERYD_AUTOSCALER
  983. ~~~~~~~~~~~~~~~~~~
  984. .. versionadded:: 2.2
  985. Name of the autoscaler class to use.
  986. Default is ``"celery.worker.autoscale.Autoscaler"``.
  987. .. setting:: CELERYD_AUTORELOADER
  988. CELERYD_AUTORELOADER
  989. ~~~~~~~~~~~~~~~~~~~~
  990. Name of the autoreloader class used by the worker to reload
  991. Python modules and files that have changed.
  992. Default is: ``"celery.worker.autoreload.Autoreloader"``.
  993. .. setting:: CELERYD_CONSUMER
  994. CELERYD_CONSUMER
  995. ~~~~~~~~~~~~~~~~
  996. Name of the consumer class used by the worker.
  997. Default is :class:`celery.worker.consumer.Consumer`
  998. .. setting:: CELERYD_TIMER
  999. CELERYD_TIMER
  1000. ~~~~~~~~~~~~~~~~~~~~~
  1001. Name of the ETA scheduler class used by the worker.
  1002. Default is :class:`celery.utils.timer2.Timer`, or one overrided
  1003. by the pool implementation.
  1004. .. _conf-celerybeat:
  1005. Periodic Task Server: celery beat
  1006. ---------------------------------
  1007. .. setting:: CELERYBEAT_SCHEDULE
  1008. CELERYBEAT_SCHEDULE
  1009. ~~~~~~~~~~~~~~~~~~~
  1010. The periodic task schedule used by :mod:`~celery.bin.beat`.
  1011. See :ref:`beat-entries`.
  1012. .. setting:: CELERYBEAT_SCHEDULER
  1013. CELERYBEAT_SCHEDULER
  1014. ~~~~~~~~~~~~~~~~~~~~
  1015. The default scheduler class. Default is
  1016. `"celery.beat.PersistentScheduler"`.
  1017. Can also be set via the :option:`-S` argument to
  1018. :mod:`~celery.bin.beat`.
  1019. .. setting:: CELERYBEAT_SCHEDULE_FILENAME
  1020. CELERYBEAT_SCHEDULE_FILENAME
  1021. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1022. Name of the file used by `PersistentScheduler` to store the last run times
  1023. of periodic tasks. Can be a relative or absolute path, but be aware that the
  1024. suffix `.db` may be appended to the file name (depending on Python version).
  1025. Can also be set via the :option:`--schedule` argument to
  1026. :mod:`~celery.bin.beat`.
  1027. .. setting:: CELERYBEAT_MAX_LOOP_INTERVAL
  1028. CELERYBEAT_MAX_LOOP_INTERVAL
  1029. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1030. The maximum number of seconds :mod:`~celery.bin.beat` can sleep
  1031. between checking the schedule.
  1032. The default for this value is scheduler specific.
  1033. For the default celery beat scheduler the value is 300 (5 minutes),
  1034. but for e.g. the django-celery database scheduler it is 5 seconds
  1035. because the schedule may be changed externally, and so it must take
  1036. changes to the schedule into account.
  1037. Also when running celery beat embedded (:option:`-B`) on Jython as a thread
  1038. the max interval is overridden and set to 1 so that it's possible
  1039. to shut down in a timely manner.
  1040. .. _conf-celerymon:
  1041. Monitor Server: celerymon
  1042. -------------------------
  1043. .. setting:: CELERYMON_LOG_FORMAT
  1044. CELERYMON_LOG_FORMAT
  1045. ~~~~~~~~~~~~~~~~~~~~
  1046. The format to use for log messages.
  1047. Default is `[%(asctime)s: %(levelname)s/%(processName)s] %(message)s`
  1048. See the Python :mod:`logging` module for more information about log
  1049. formats.