objects.inv 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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.worker mod reference/celery.worker.html
  7. celery.backends.cache mod reference/celery.backends.cache.html
  8. celery.datastructures mod reference/celery.datastructures.html
  9. celery.backends.base mod reference/celery.backends.base.html
  10. celery.result mod reference/celery.result.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.platform mod reference/celery.platform.html
  17. celery.backends.database mod reference/celery.backends.database.html
  18. celery.bin.celeryd mod reference/celery.bin.celeryd.html
  19. celery.discovery mod reference/celery.discovery.html
  20. celery.timer mod reference/celery.timer.html
  21. celery.backends.tyrant mod reference/celery.backends.tyrant.html
  22. celery.task.TaskSet.task_name attribute reference/celery.task.html
  23. celery.log.emergency_error function reference/celery.log.html
  24. celery.backends.base.BaseBackend.get_result method reference/celery.backends.base.html
  25. celery.task.dmap function reference/celery.task.html
  26. celery.result.BaseAsyncResult.is_done method reference/celery.result.html
  27. celery.worker.TaskWrapper.execute method reference/celery.worker.html
  28. celery.backends.database.Backend.run_periodic_tasks method reference/celery.backends.database.html
  29. celery.result.TaskSetResult.subtasks attribute reference/celery.result.html
  30. celery.backends.tyrant.Backend.tyrant_port attribute reference/celery.backends.tyrant.html
  31. celery.worker.WorkController.task_consumer attribute reference/celery.worker.html
  32. celery.task.delay_task function reference/celery.task.html
  33. celery.result.TaskSetResult.iterate method reference/celery.result.html
  34. celery.registry.AlreadyRegistered exception reference/celery.registry.html
  35. celery.backends.base.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
  36. TASK_STATUS_FAILURE data reference/celery.models.html
  37. celery.task.execute_remote function reference/celery.task.html
  38. celery.bin.celeryd.main function reference/celery.bin.celeryd.html
  39. celery.result.BaseAsyncResult.backend attribute reference/celery.result.html
  40. celery.worker.TaskWrapper class reference/celery.worker.html
  41. celery.messaging.TaskPublisher.encoder method reference/celery.messaging.html
  42. celery.datastructures.PositionQueue.full method reference/celery.datastructures.html
  43. celery.discovery.find_related_module function reference/celery.discovery.html
  44. celery.worker.WorkController.logfile attribute reference/celery.worker.html
  45. celery.result.BaseAsyncResult.ready method reference/celery.result.html
  46. celery.worker.EmptyQueue exception reference/celery.worker.html
  47. celery.registry.TaskRegistry.AlreadyRegistered exception reference/celery.registry.html
  48. celery.managers.TaskManager.delete_expired method reference/celery.managers.html
  49. celery.registry.TaskRegistry.filter_types method reference/celery.registry.html
  50. celery.backends.base.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
  51. celery.backends.tyrant.Backend class reference/celery.backends.tyrant.html
  52. celery.worker.WorkController.pool attribute reference/celery.worker.html
  53. celery.task.DeleteExpiredTaskMetaTask class reference/celery.task.html
  54. celery.datastructures.ExceptionInfo.traceback attribute reference/celery.datastructures.html
  55. celery.managers.TaskManager.get_all_expired method reference/celery.managers.html
  56. TaskMeta.task_id attribute reference/celery.models.html
  57. celery.discovery.autodiscover function reference/celery.discovery.html
  58. celery.result.TaskSetResult.ready method reference/celery.result.html
  59. celery.datastructures.ExceptionInfo class reference/celery.datastructures.html
  60. celery.backends.get_default_backend_cls data reference/celery.backends.html
  61. celery.task.Task.apply_async classmethod reference/celery.task.html
  62. celery.backends.tyrant.Backend.get_result method reference/celery.backends.tyrant.html
  63. celery.result.TaskSetResult.total attribute reference/celery.result.html
  64. celery.backends.base.find_nearest_pickleable_exception function reference/celery.backends.base.html
  65. celery.task.AsynchronousMapTask class reference/celery.task.html
  66. celery.managers.PeriodicTaskManager class reference/celery.managers.html
  67. celery.timer.EventTimer.event attribute reference/celery.timer.html
  68. TaskMeta class reference/celery.models.html
  69. celery.worker.TaskWrapper.from_message classmethod reference/celery.worker.html
  70. celery.backends.base.BaseBackend.exception_to_python method reference/celery.backends.base.html
  71. celery.platform.PIDFile.get_pid method reference/celery.platform.html
  72. celery.task.Task.run method reference/celery.task.html
  73. celery.result.BaseAsyncResult class reference/celery.result.html
  74. celery.platform.PIDFile.check method reference/celery.platform.html
  75. celery.conf.LOG_FORMAT data reference/celery.conf.html
  76. celery.backends.database.Backend.store_result method reference/celery.backends.database.html
  77. celery.task.TaskSet.map_async classmethod reference/celery.task.html
  78. celery.platform.PIDFile.remove method reference/celery.platform.html
  79. celery.worker.WorkController.schedule_retry_tasks method reference/celery.worker.html
  80. PeriodicTaskMeta.task attribute reference/celery.models.html
  81. celery.conf.EMPTY_MSG_EMIT_EVERY data reference/celery.conf.html
  82. celery.result.TaskSetResult.successful method reference/celery.result.html
  83. celery.backends.base.BaseBackend.wait_for method reference/celery.backends.base.html
  84. celery.task.Task.name attribute reference/celery.task.html
  85. celery.backends.base.BaseBackend.mark_as_done method reference/celery.backends.base.html
  86. celery.conf.DEFAULT_DAEMON_LOG_FILE data reference/celery.conf.html
  87. celery.registry.TaskRegistry.get_all_periodic method reference/celery.registry.html
  88. PeriodicTaskMeta.last_run_at attribute reference/celery.models.html
  89. celery.task.Task.get_publisher method reference/celery.task.html
  90. celery.result.TaskSetResult.itersubtasks method reference/celery.result.html
  91. celery.backends.base.BaseBackend.cleanup method reference/celery.backends.base.html
  92. celery.bin.celeryd.parse_options function reference/celery.bin.celeryd.html
  93. celery.task.discard_all function reference/celery.task.html
  94. celery.backends.database.Backend.get_status method reference/celery.backends.database.html
  95. PeriodicTaskMeta class reference/celery.models.html
  96. celery.messaging.TaskPublisher.requeue_task method reference/celery.messaging.html
  97. celery.messaging.TaskPublisher class reference/celery.messaging.html
  98. celery.conf.AMQP_CONSUMER_ROUTING_KEY data reference/celery.conf.html
  99. celery.backends.base.BaseBackend class reference/celery.backends.base.html
  100. celery.conf.AMQP_EXCHANGE_TYPE data reference/celery.conf.html
  101. celery.worker.WorkController class reference/celery.worker.html
  102. celery.backends.base.BaseBackend.prepare_exception method reference/celery.backends.base.html
  103. celery.task.TaskSet.remote_execute classmethod reference/celery.task.html
  104. celery.backends.tyrant.Backend.get_status method reference/celery.backends.tyrant.html
  105. celery.registry.TaskRegistry.NotRegistered exception reference/celery.registry.html
  106. celery.datastructures.PositionQueue.length attribute reference/celery.datastructures.html
  107. celery.worker.WorkController.process_task method reference/celery.worker.html
  108. celery.datastructures.PositionQueue class reference/celery.datastructures.html
  109. celery.messaging.TaskPublisher.delay_task method reference/celery.messaging.html
  110. celery.backends.base.BaseBackend.prepare_result method reference/celery.backends.base.html
  111. celery.result.TaskSetResult class reference/celery.result.html
  112. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
  113. celery.task.ExecuteRemoteTask class reference/celery.task.html
  114. celery.task.dmap_async function reference/celery.task.html
  115. celery.worker.WorkController.connection_diagnostics method reference/celery.worker.html
  116. celery.managers.TaskManager class reference/celery.managers.html
  117. celery.backends.base.BaseBackend.store_result method reference/celery.backends.base.html
  118. celery.worker.jail function reference/celery.worker.html
  119. celery.result.TaskSetResult.waiting method reference/celery.result.html
  120. celery.result.AsyncResult.task_id attribute reference/celery.result.html
  121. celery.timer.EventTimer.interval attribute reference/celery.timer.html
  122. celery.result.BaseAsyncResult.successful method reference/celery.result.html
  123. celery.timer.TimeoutError exception reference/celery.timer.html
  124. celery.backends.tyrant.Backend.get_server method reference/celery.backends.tyrant.html
  125. celery.task.TaskSet class reference/celery.task.html
  126. TASK_STATUS_RETRY data reference/celery.models.html
  127. TASK_STATUSES data reference/celery.models.html
  128. celery.managers.TaskManager.get_task method reference/celery.managers.html
  129. celery.conf.AMQP_EXCHANGE data reference/celery.conf.html
  130. celery.datastructures.ExceptionInfo.exception attribute reference/celery.datastructures.html
  131. celery.result.TaskSetResult.subtask_ids attribute reference/celery.result.html
  132. PeriodicTaskMeta.delay method reference/celery.models.html
  133. celery.timer.TimeoutTimer.timeout attribute reference/celery.timer.html
  134. celery.backends.database.Backend.cleanup method reference/celery.backends.database.html
  135. celery.task.TaskSet.total attribute reference/celery.task.html
  136. celery.conf.DAEMON_LOG_LEVEL data reference/celery.conf.html
  137. celery.backends.database.Backend class reference/celery.backends.database.html
  138. celery.result.BaseAsyncResult.status attribute reference/celery.result.html
  139. celery.worker.TaskWrapper.kwargs attribute reference/celery.worker.html
  140. celery.conf.QUEUE_WAKEUP_AFTER data reference/celery.conf.html
  141. celery.backends.database.Backend.get_result method reference/celery.backends.database.html
  142. celery.worker.TaskWrapper.on_success method reference/celery.worker.html
  143. celery.backends.get_backend_cls function reference/celery.backends.html
  144. celery.registry.TaskRegistry.register method reference/celery.registry.html
  145. celery.worker.TaskWrapper.args attribute reference/celery.worker.html
  146. celery.worker.TaskWrapper.task_func attribute reference/celery.worker.html
  147. celery.task.TaskSet.map classmethod reference/celery.task.html
  148. celery.backends.cache.Backend.get_result method reference/celery.backends.cache.html
  149. celery.task.Task.get_logger method reference/celery.task.html
  150. celery.conf.DAEMON_LOG_FILE data reference/celery.conf.html
  151. celery.backends.base.BaseBackend.create_exception_cls method reference/celery.backends.base.html
  152. celery.task.PeriodicTask class reference/celery.task.html
  153. celery.registry.TaskRegistry.unregister method reference/celery.registry.html
  154. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
  155. TaskMeta.date_done attribute reference/celery.models.html
  156. celery.result.AsyncResult class reference/celery.result.html
  157. PeriodicTaskMeta.name attribute reference/celery.models.html
  158. celery.worker.TaskWrapper.execute_using_pool method reference/celery.worker.html
  159. celery.backends.base.BaseBackend.is_done method reference/celery.backends.base.html
  160. celery.backends.tyrant.Backend.is_done method reference/celery.backends.tyrant.html
  161. celery.worker.TaskWrapper.extend_with_default_kwargs method reference/celery.worker.html
  162. celery.worker.WorkController.execute_next_task method reference/celery.worker.html
  163. celery.result.BaseAsyncResult.task_id attribute reference/celery.result.html
  164. celery.backends.cache.Backend.is_done method reference/celery.backends.cache.html
  165. celery.task.Task.get_consumer method reference/celery.task.html
  166. celery.messaging.TaskPublisher.delay_task_in_set method reference/celery.messaging.html
  167. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
  168. celery.task.AsynchronousMapTask.run method reference/celery.task.html
  169. celery.worker.PeriodicWorkController.run method reference/celery.worker.html
  170. celery.platform.PIDFile.write method reference/celery.platform.html
  171. celery.platform.remove_pidfile function reference/celery.platform.html
  172. celery.platform.PIDFile class reference/celery.platform.html
  173. celery.worker.TaskWrapper.task_id attribute reference/celery.worker.html
  174. celery.managers.PeriodicTaskManager.get_waiting_tasks method reference/celery.managers.html
  175. celery.backends.base.BaseBackend.mark_as_failure method reference/celery.backends.base.html
  176. celery.worker.WorkController.loglevel attribute reference/celery.worker.html
  177. celery.task.TaskSet.join method reference/celery.task.html
  178. celery.worker.WorkController.queue_wakeup_after attribute reference/celery.worker.html
  179. celery.registry.TaskRegistry.get_all_regular method reference/celery.registry.html
  180. celery.worker.WorkController.run method reference/celery.worker.html
  181. celery.registry.TaskRegistry class reference/celery.registry.html
  182. celery.backends.DefaultBackend class reference/celery.backends.html
  183. celery.task.DeleteExpiredTaskMetaTask.run method reference/celery.task.html
  184. celery.worker.UnknownTask exception reference/celery.worker.html
  185. celery.timer.TimeoutTimer class reference/celery.timer.html
  186. celery.backends.get_default_periodicstatus_backend_cls function reference/celery.backends.html
  187. celery.result.BaseAsyncResult.wait method reference/celery.result.html
  188. celery.result.TaskSetResult.join method reference/celery.result.html
  189. celery.worker.PeriodicWorkController class reference/celery.worker.html
  190. celery.worker.WorkController.reset_connection method reference/celery.worker.html
  191. celery.task.TaskSet.run method reference/celery.task.html
  192. celery.task.ExecuteRemoteTask.run method reference/celery.task.html
  193. celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
  194. celery.result.AsyncResult.backend attribute reference/celery.result.html
  195. celery.task.apply_async function reference/celery.task.html
  196. celery.result.BaseAsyncResult.result attribute reference/celery.result.html
  197. celery.backends.cache.Backend.store_result method reference/celery.backends.cache.html
  198. celery.result.TaskSetResult.failed method reference/celery.result.html
  199. TaskMeta.status attribute reference/celery.models.html
  200. celery.worker.WorkController.concurrency attribute reference/celery.worker.html
  201. celery.backends.database.Backend.is_done method reference/celery.backends.database.html
  202. celery.backends.tyrant.Backend.tyrant_host attribute reference/celery.backends.tyrant.html
  203. celery.worker.WorkController.receive_message method reference/celery.worker.html
  204. celery.conf.AMQP_CONSUMER_QUEUE data reference/celery.conf.html
  205. TASK_STATUSES_CHOICES data reference/celery.models.html
  206. celery.backends.base.BaseBackend.mark_as_retry method reference/celery.backends.base.html
  207. celery.timer.EventTimer.last_triggered attribute reference/celery.timer.html
  208. celery.datastructures.PositionQueue.filled attribute reference/celery.datastructures.html
  209. celery.backends.base.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
  210. TASK_STATUS_DONE data reference/celery.models.html
  211. celery.backends.base.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
  212. celery.conf.AMQP_PUBLISHER_ROUTING_KEY data reference/celery.conf.html
  213. celery.backends.cache.Backend class reference/celery.backends.cache.html
  214. celery.task.is_done function reference/celery.task.html
  215. celery.task.PeriodicTask.run_every attribute reference/celery.task.html
  216. celery.worker.TaskWrapper.on_failure method reference/celery.worker.html
  217. celery.conf.LOG_LEVELS data reference/celery.conf.html
  218. celery.managers.TaskManager.is_done method reference/celery.managers.html
  219. celery.timer.EventTimer.tick method reference/celery.timer.html
  220. celery.messaging.TaskConsumer.decoder method reference/celery.messaging.html
  221. celery.task.Task.delay classmethod reference/celery.task.html
  222. celery.backends.cache.Backend.get_status method reference/celery.backends.cache.html
  223. celery.log.setup_logger function reference/celery.log.html
  224. celery.registry.NotRegistered exception reference/celery.registry.html
  225. celery.conf.DAEMON_CONCURRENCY data reference/celery.conf.html
  226. celery.worker.WorkController.logger attribute reference/celery.worker.html
  227. celery.registry.TaskRegistry.get_all method reference/celery.registry.html
  228. celery.backends.tyrant.Backend.store_result method reference/celery.backends.tyrant.html
  229. celery.timer.TimeoutTimer.tick method reference/celery.timer.html
  230. TASK_STATUS_PENDING data reference/celery.models.html
  231. celery.registry.TaskRegistry.get_task method reference/celery.registry.html
  232. celery.result.BaseAsyncResult.get method reference/celery.result.html
  233. celery.conf.DAEMON_PID_FILE data reference/celery.conf.html
  234. celery.worker.WorkController.empty_msg_emit_every attribute reference/celery.worker.html
  235. celery.task.Task class reference/celery.task.html
  236. celery.backends.base.BaseBackend.get_status method reference/celery.backends.base.html
  237. celery.registry.TaskRegistry.autodiscover method reference/celery.registry.html
  238. celery.task.Task.type attribute reference/celery.task.html
  239. celery.task.TaskSet.iterate method reference/celery.task.html
  240. PeriodicTaskMeta.total_run_count attribute reference/celery.models.html
  241. celery.datastructures.PositionQueue.UnfilledPosition class reference/celery.datastructures.html
  242. celery.result.TaskSetResult.completed_count method reference/celery.result.html
  243. celery.timer.EventTimer class reference/celery.timer.html
  244. celery.messaging.TaskConsumer class reference/celery.messaging.html
  245. celery.platform.daemonize function reference/celery.platform.html
  246. celery.managers.TaskManager.store_result method reference/celery.managers.html
  247. celery.result.TaskSetResult.taskset_id attribute reference/celery.result.html
  248. TaskMeta.result attribute reference/celery.models.html
  249. celery.timer.TimeoutTimer.time_start attribute reference/celery.timer.html
  250. celery.task.TaskSet.arguments attribute reference/celery.task.html
  251. celery.worker.TaskWrapper.task_name attribute reference/celery.worker.html
  252. celery.conf.SEND_CELERY_TASK_ERROR_EMAILS data reference/celery.conf.html