objects.inv 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. # Sphinx inventory version 1
  2. # Project: Celery
  3. # Version: 0.3
  4. celery.backends mod reference/celery.backends.html
  5. celery.task mod reference/celery.task.html
  6. celery.monitoring mod reference/celery.monitoring.html
  7. celery.pool mod reference/celery.pool.html
  8. celery.backends.cache mod reference/celery.backends.cache.html
  9. celery.datastructures mod reference/celery.datastructures.html
  10. celery.backends.base mod reference/celery.backends.base.html
  11. celery.managers mod reference/celery.managers.html
  12. celery.messaging mod reference/celery.messaging.html
  13. celery.conf mod reference/celery.conf.html
  14. celery.registry mod reference/celery.registry.html
  15. celery.log mod reference/celery.log.html
  16. celery.result mod reference/celery.result.html
  17. celery.worker mod reference/celery.worker.html
  18. celery.backends.database mod reference/celery.backends.database.html
  19. celery.bin.celeryd mod reference/celery.bin.celeryd.html
  20. celery.discovery mod reference/celery.discovery.html
  21. celery.timer mod reference/celery.timer.html
  22. celery.backends.tyrant mod reference/celery.backends.tyrant.html
  23. celery.task.TaskSet.task_name attribute reference/celery.task.html
  24. celery.log.emergency_error function reference/celery.log.html
  25. celery.pool.TaskPool.add method reference/celery.pool.html
  26. celery.backends.base.BaseBackend.get_result method reference/celery.backends.base.html
  27. celery.task.dmap function reference/celery.task.html
  28. celery.monitoring.Statistics.on_start method reference/celery.monitoring.html
  29. celery.task.Task.mandatory attribute reference/celery.task.html
  30. celery.result.BaseAsyncResult.is_done method reference/celery.result.html
  31. celery.worker.TaskWrapper.execute method reference/celery.worker.html
  32. celery.backends.database.Backend.run_periodic_tasks method reference/celery.backends.database.html
  33. celery.result.TaskSetResult.subtasks attribute reference/celery.result.html
  34. celery.backends.tyrant.Backend.tyrant_port attribute reference/celery.backends.tyrant.html
  35. celery.worker.WorkController.task_consumer attribute reference/celery.worker.html
  36. celery.task.delay_task function reference/celery.task.html
  37. celery.result.TaskSetResult.iterate method reference/celery.result.html
  38. celery.registry.AlreadyRegistered exception reference/celery.registry.html
  39. celery.backends.base.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
  40. TASK_STATUS_FAILURE data reference/celery.models.html
  41. celery.pool.TaskPool.full method reference/celery.pool.html
  42. celery.task.execute_remote function reference/celery.task.html
  43. celery.result.BaseAsyncResult.backend attribute reference/celery.result.html
  44. celery.worker.TaskWrapper class reference/celery.worker.html
  45. celery.messaging.TaskPublisher.encoder method reference/celery.messaging.html
  46. celery.datastructures.PositionQueue.full method reference/celery.datastructures.html
  47. celery.discovery.find_related_module function reference/celery.discovery.html
  48. celery.worker.WorkController.logfile attribute reference/celery.worker.html
  49. celery.result.BaseAsyncResult.ready method reference/celery.result.html
  50. celery.worker.UnknownTask exception reference/celery.worker.html
  51. celery.registry.TaskRegistry.AlreadyRegistered exception reference/celery.registry.html
  52. celery.managers.TaskManager.delete_expired method reference/celery.managers.html
  53. celery.registry.TaskRegistry.filter_types method reference/celery.registry.html
  54. celery.backends.base.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
  55. celery.conf.AMQP_CONSUMER_QUEUE data reference/celery.conf.html
  56. celery.worker.WorkController.pool attribute reference/celery.worker.html
  57. celery.task.DeleteExpiredTaskMetaTask class reference/celery.task.html
  58. celery.datastructures.ExceptionInfo.traceback attribute reference/celery.datastructures.html
  59. celery.managers.TaskManager.get_all_expired method reference/celery.managers.html
  60. TaskMeta.task_id attribute reference/celery.models.html
  61. celery.discovery.autodiscover function reference/celery.discovery.html
  62. celery.task.Task.apply_async classmethod reference/celery.task.html
  63. celery.pool.TaskPool.run method reference/celery.pool.html
  64. celery.result.TaskSetResult.ready method reference/celery.result.html
  65. celery.datastructures.ExceptionInfo class reference/celery.datastructures.html
  66. celery.backends.get_default_backend_cls data reference/celery.backends.html
  67. celery.monitoring.StatsCollector.dump_to_cache method reference/celery.monitoring.html
  68. celery.backends.tyrant.Backend.get_result method reference/celery.backends.tyrant.html
  69. celery.result.TaskSetResult.total attribute reference/celery.result.html
  70. celery.backends.base.find_nearest_pickleable_exception function reference/celery.backends.base.html
  71. celery.task.AsynchronousMapTask class reference/celery.task.html
  72. celery.managers.PeriodicTaskManager class reference/celery.managers.html
  73. celery.timer.EventTimer.event attribute reference/celery.timer.html
  74. TaskMeta class reference/celery.models.html
  75. celery.worker.TaskWrapper.from_message classmethod reference/celery.worker.html
  76. celery.backends.base.BaseBackend.exception_to_python method reference/celery.backends.base.html
  77. celery.task.Task.run method reference/celery.task.html
  78. celery.result.BaseAsyncResult class reference/celery.result.html
  79. celery.result.BaseAsyncResult.successful method reference/celery.result.html
  80. celery.conf.LOG_FORMAT data reference/celery.conf.html
  81. celery.conf.DEFAULT_STATISTICS_COLLECT_INTERVAL data reference/celery.conf.html
  82. celery.backends.database.Backend.store_result method reference/celery.backends.database.html
  83. celery.task.TaskSet.map_async classmethod reference/celery.task.html
  84. celery.monitoring.TaskTimerStats class reference/celery.monitoring.html
  85. PeriodicTaskMeta.task attribute reference/celery.models.html
  86. celery.worker.WorkController.process_task method reference/celery.worker.html
  87. celery.result.TaskSetResult.successful method reference/celery.result.html
  88. celery.backends.base.BaseBackend.wait_for method reference/celery.backends.base.html
  89. celery.monitoring.StatsCollector class reference/celery.monitoring.html
  90. celery.backends.base.BaseBackend.mark_as_done method reference/celery.backends.base.html
  91. celery.task.PingTask class reference/celery.task.html
  92. celery.registry.TaskRegistry.get_all_periodic method reference/celery.registry.html
  93. PeriodicTaskMeta.last_run_at attribute reference/celery.models.html
  94. celery.task.Task.get_publisher method reference/celery.task.html
  95. celery.task.Task.ignore_result attribute reference/celery.task.html
  96. celery.registry.TaskRegistry.unregister method reference/celery.registry.html
  97. celery.result.TaskSetResult.itersubtasks method reference/celery.result.html
  98. celery.bin.celeryd.acquire_pidlock function reference/celery.bin.celeryd.html
  99. celery.backends.base.BaseBackend.cleanup method reference/celery.backends.base.html
  100. celery.bin.celeryd.parse_options function reference/celery.bin.celeryd.html
  101. celery.task.discard_all function reference/celery.task.html
  102. celery.backends.database.Backend.get_status method reference/celery.backends.database.html
  103. PeriodicTaskMeta class reference/celery.models.html
  104. celery.messaging.TaskPublisher.requeue_task method reference/celery.messaging.html
  105. celery.messaging.TaskPublisher class reference/celery.messaging.html
  106. celery.conf.AMQP_CONSUMER_ROUTING_KEY data reference/celery.conf.html
  107. celery.backends.base.BaseBackend class reference/celery.backends.base.html
  108. celery.conf.AMQP_EXCHANGE_TYPE data reference/celery.conf.html
  109. celery.task.TaskSet.run method reference/celery.task.html
  110. celery.worker.WorkController class reference/celery.worker.html
  111. celery.backends.base.BaseBackend.prepare_exception method reference/celery.backends.base.html
  112. celery.task.TaskSet.remote_execute classmethod reference/celery.task.html
  113. celery.backends.tyrant.Backend.get_status method reference/celery.backends.tyrant.html
  114. celery.registry.TaskRegistry.NotRegistered exception reference/celery.registry.html
  115. celery.datastructures.PositionQueue.length attribute reference/celery.datastructures.html
  116. celery.datastructures.PositionQueue class reference/celery.datastructures.html
  117. celery.messaging.TaskPublisher.delay_task method reference/celery.messaging.html
  118. celery.backends.base.BaseBackend.prepare_result method reference/celery.backends.base.html
  119. celery.pool.TaskPool.limit attribute reference/celery.pool.html
  120. celery.result.TaskSetResult class reference/celery.result.html
  121. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
  122. celery.task.ExecuteRemoteTask class reference/celery.task.html
  123. celery.task.dmap_async function reference/celery.task.html
  124. celery.worker.WorkController.connection_diagnostics method reference/celery.worker.html
  125. celery.managers.TaskManager class reference/celery.managers.html
  126. celery.backends.base.BaseBackend.store_result method reference/celery.backends.base.html
  127. celery.worker.jail function reference/celery.worker.html
  128. celery.monitoring.TimerStats.on_finish method reference/celery.monitoring.html
  129. celery.pool.TaskPool.on_ready method reference/celery.pool.html
  130. celery.result.AsyncResult.task_id attribute reference/celery.result.html
  131. celery.timer.EventTimer.interval attribute reference/celery.timer.html
  132. celery.task.TaskSet.map classmethod reference/celery.task.html
  133. celery.timer.TimeoutError exception reference/celery.timer.html
  134. celery.monitoring.StatsCollector.total_tasks_processed_by_type attribute reference/celery.monitoring.html
  135. celery.task.TaskSet class reference/celery.task.html
  136. TASK_STATUS_RETRY data reference/celery.models.html
  137. TASK_STATUSES data reference/celery.models.html
  138. celery.managers.TaskManager.get_task method reference/celery.managers.html
  139. celery.conf.AMQP_EXCHANGE data reference/celery.conf.html
  140. celery.datastructures.ExceptionInfo.exception attribute reference/celery.datastructures.html
  141. PeriodicTaskMeta.delay method reference/celery.models.html
  142. celery.timer.TimeoutTimer.timeout attribute reference/celery.timer.html
  143. celery.worker.WorkController.close_connection method reference/celery.worker.html
  144. celery.backends.database.Backend.cleanup method reference/celery.backends.database.html
  145. celery.task.TaskSet.total attribute reference/celery.task.html
  146. celery.result.TaskSetResult.waiting method reference/celery.result.html
  147. celery.conf.DAEMON_LOG_LEVEL data reference/celery.conf.html
  148. celery.backends.database.Backend class reference/celery.backends.database.html
  149. celery.worker.PeriodicWorkController.stop method reference/celery.worker.html
  150. celery.result.BaseAsyncResult.status attribute reference/celery.result.html
  151. celery.conf.AMQP_CONNECTION_TIMEOUT data reference/celery.conf.html
  152. celery.backends.database.Backend.get_result method reference/celery.backends.database.html
  153. celery.worker.TaskWrapper.on_success method reference/celery.worker.html
  154. celery.backends.get_backend_cls function reference/celery.backends.html
  155. celery.registry.TaskRegistry.register method reference/celery.registry.html
  156. celery.worker.TaskWrapper.args attribute reference/celery.worker.html
  157. celery.worker.TaskWrapper.task_func attribute reference/celery.worker.html
  158. celery.worker.TaskWrapper.execute_using_pool method reference/celery.worker.html
  159. celery.backends.cache.Backend.get_result method reference/celery.backends.cache.html
  160. celery.task.Task.get_logger method reference/celery.task.html
  161. celery.conf.DAEMON_LOG_FILE data reference/celery.conf.html
  162. celery.pool.TaskPool.reap method reference/celery.pool.html
  163. celery.backends.base.BaseBackend.create_exception_cls method reference/celery.backends.base.html
  164. celery.task.PeriodicTask class reference/celery.task.html
  165. celery.monitoring.Statistics.stop method reference/celery.monitoring.html
  166. celery.monitoring.StatsCollector.total_task_time_running attribute reference/celery.monitoring.html
  167. celery.monitoring.TimerStats.time_start attribute reference/celery.monitoring.html
  168. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
  169. TaskMeta.date_done attribute reference/celery.models.html
  170. celery.task.PingTask.run method reference/celery.task.html
  171. celery.pool.TaskPool.apply_async method reference/celery.pool.html
  172. celery.task.ping function reference/celery.task.html
  173. celery.result.AsyncResult class reference/celery.result.html
  174. PeriodicTaskMeta.name attribute reference/celery.models.html
  175. celery.conf.STATISTICS_COLLECT_INTERVAL data reference/celery.conf.html
  176. celery.monitoring.StatsCollector.collect method reference/celery.monitoring.html
  177. celery.monitoring.Statistics class reference/celery.monitoring.html
  178. celery.monitoring.Statistics.run method reference/celery.monitoring.html
  179. celery.monitoring.StatsCollector.total_task_time_running_by_type attribute reference/celery.monitoring.html
  180. celery.backends.base.BaseBackend.is_done method reference/celery.backends.base.html
  181. celery.backends.tyrant.Backend.is_done method reference/celery.backends.tyrant.html
  182. celery.worker.TaskWrapper.extend_with_default_kwargs method reference/celery.worker.html
  183. celery.result.BaseAsyncResult.task_id attribute reference/celery.result.html
  184. celery.task.Task.type attribute reference/celery.task.html
  185. celery.backends.cache.Backend.is_done method reference/celery.backends.cache.html
  186. celery.task.Task.routing_key attribute reference/celery.task.html
  187. celery.pool.TaskPool.logger attribute reference/celery.pool.html
  188. celery.messaging.TaskPublisher.delay_task_in_set method reference/celery.messaging.html
  189. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
  190. celery.task.AsynchronousMapTask.run method reference/celery.task.html
  191. celery.worker.PeriodicWorkController.run method reference/celery.worker.html
  192. celery.worker.TaskWrapper.task_id attribute reference/celery.worker.html
  193. celery.managers.PeriodicTaskManager.get_waiting_tasks method reference/celery.managers.html
  194. celery.backends.base.BaseBackend.mark_as_failure method reference/celery.backends.base.html
  195. celery.worker.WorkController.loglevel attribute reference/celery.worker.html
  196. celery.task.TaskSet.join method reference/celery.task.html
  197. celery.worker.WorkController.shutdown method reference/celery.worker.html
  198. celery.registry.TaskRegistry.get_all_regular method reference/celery.registry.html
  199. celery.worker.WorkController.run method reference/celery.worker.html
  200. celery.registry.TaskRegistry class reference/celery.registry.html
  201. celery.backends.DefaultBackend class reference/celery.backends.html
  202. celery.task.DeleteExpiredTaskMetaTask.run method reference/celery.task.html
  203. celery.timer.TimeoutTimer class reference/celery.timer.html
  204. celery.backends.get_default_periodicstatus_backend_cls function reference/celery.backends.html
  205. celery.result.BaseAsyncResult.wait method reference/celery.result.html
  206. celery.result.TaskSetResult.join method reference/celery.result.html
  207. celery.worker.PeriodicWorkController class reference/celery.worker.html
  208. celery.monitoring.Statistics.start classmethod reference/celery.monitoring.html
  209. celery.registry.TaskRegistry.get_all method reference/celery.registry.html
  210. celery.monitoring.Statistics.type attribute reference/celery.monitoring.html
  211. celery.task.ExecuteRemoteTask.run method reference/celery.task.html
  212. celery.bin.celeryd.run_worker function reference/celery.bin.celeryd.html
  213. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
  214. celery.result.AsyncResult.backend attribute reference/celery.result.html
  215. celery.task.apply_async function reference/celery.task.html
  216. celery.result.BaseAsyncResult.result attribute reference/celery.result.html
  217. celery.task.Task.get_consumer method reference/celery.task.html
  218. celery.backends.cache.Backend.store_result method reference/celery.backends.cache.html
  219. celery.result.TaskSetResult.failed method reference/celery.result.html
  220. celery.pool.TaskPool class reference/celery.pool.html
  221. celery.timer.EventTimer class reference/celery.timer.html
  222. TaskMeta.status attribute reference/celery.models.html
  223. celery.worker.WorkController.concurrency attribute reference/celery.worker.html
  224. celery.backends.database.Backend.is_done method reference/celery.backends.database.html
  225. celery.backends.tyrant.Backend.tyrant_host attribute reference/celery.backends.tyrant.html
  226. celery.worker.WorkController.reset_connection method reference/celery.worker.html
  227. celery.backends.tyrant.Backend class reference/celery.backends.tyrant.html
  228. TASK_STATUSES_CHOICES data reference/celery.models.html
  229. celery.task.Task.name attribute reference/celery.task.html
  230. celery.backends.base.BaseBackend.mark_as_retry method reference/celery.backends.base.html
  231. celery.timer.EventTimer.last_triggered attribute reference/celery.timer.html
  232. celery.datastructures.PositionQueue.filled attribute reference/celery.datastructures.html
  233. celery.backends.base.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
  234. celery.monitoring.Statistics.on_stop method reference/celery.monitoring.html
  235. TASK_STATUS_DONE data reference/celery.models.html
  236. celery.backends.base.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
  237. celery.conf.AMQP_PUBLISHER_ROUTING_KEY data reference/celery.conf.html
  238. celery.pool.TaskPool.wait_for_result method reference/celery.pool.html
  239. celery.backends.cache.Backend class reference/celery.backends.cache.html
  240. celery.task.is_done function reference/celery.task.html
  241. celery.task.PeriodicTask.run_every attribute reference/celery.task.html
  242. celery.worker.TaskWrapper.on_failure method reference/celery.worker.html
  243. celery.conf.LOG_LEVELS data reference/celery.conf.html
  244. celery.managers.TaskManager.is_done method reference/celery.managers.html
  245. celery.timer.EventTimer.tick method reference/celery.timer.html
  246. celery.monitoring.Statistics.publish method reference/celery.monitoring.html
  247. celery.messaging.TaskConsumer.decoder method reference/celery.messaging.html
  248. celery.backends.base.BaseBackend.process_cleanup method reference/celery.backends.base.html
  249. celery.task.Task.delay classmethod reference/celery.task.html
  250. celery.backends.cache.Backend.get_status method reference/celery.backends.cache.html
  251. celery.log.setup_logger function reference/celery.log.html
  252. celery.registry.NotRegistered exception reference/celery.registry.html
  253. celery.conf.DAEMON_CONCURRENCY data reference/celery.conf.html
  254. celery.worker.WorkController.logger attribute reference/celery.worker.html
  255. celery.monitoring.StatsCollector.report method reference/celery.monitoring.html
  256. celery.worker.TaskWrapper.message attribute reference/celery.worker.html
  257. celery.backends.tyrant.Backend.store_result method reference/celery.backends.tyrant.html
  258. celery.pool.TaskPool.terminate method reference/celery.pool.html
  259. celery.timer.TimeoutTimer.tick method reference/celery.timer.html
  260. TASK_STATUS_PENDING data reference/celery.models.html
  261. celery.registry.TaskRegistry.get_task method reference/celery.registry.html
  262. celery.result.BaseAsyncResult.get method reference/celery.result.html
  263. celery.worker.TaskWrapper.kwargs attribute reference/celery.worker.html
  264. celery.conf.DAEMON_PID_FILE data reference/celery.conf.html
  265. celery.monitoring.StatsCollector.total_tasks_processed attribute reference/celery.monitoring.html
  266. celery.monitoring.StatsCollector.task_time_running method reference/celery.monitoring.html
  267. celery.task.Task class reference/celery.task.html
  268. celery.backends.base.BaseBackend.get_status method reference/celery.backends.base.html
  269. celery.registry.TaskRegistry.autodiscover method reference/celery.registry.html
  270. celery.monitoring.TimerStats.on_start method reference/celery.monitoring.html
  271. celery.task.TaskSet.iterate method reference/celery.task.html
  272. celery.pool.TaskPool.get_worker_pids method reference/celery.pool.html
  273. PeriodicTaskMeta.total_run_count attribute reference/celery.models.html
  274. celery.datastructures.PositionQueue.UnfilledPosition class reference/celery.datastructures.html
  275. celery.result.TaskSetResult.completed_count method reference/celery.result.html
  276. celery.pool.TaskPool.on_return method reference/celery.pool.html
  277. celery.messaging.TaskConsumer class reference/celery.messaging.html
  278. celery.managers.TaskManager.store_result method reference/celery.managers.html
  279. celery.result.TaskSetResult.taskset_id attribute reference/celery.result.html
  280. celery.monitoring.TimerStats class reference/celery.monitoring.html
  281. TaskMeta.result attribute reference/celery.models.html
  282. celery.timer.TimeoutTimer.time_start attribute reference/celery.timer.html
  283. celery.task.Task.disable_error_emails attribute reference/celery.task.html
  284. celery.task.TaskSet.arguments attribute reference/celery.task.html
  285. celery.worker.TaskWrapper.task_name attribute reference/celery.worker.html
  286. celery.backends.tyrant.Backend.open method reference/celery.backends.tyrant.html
  287. celery.conf.SEND_CELERY_TASK_ERROR_EMAILS data reference/celery.conf.html