|
@@ -27,7 +27,9 @@ celery.messaging.NoProcessConsumer class reference/celery.messaging.html
|
|
celery.result.BaseAsyncResult.is_done method reference/celery.result.html
|
|
celery.result.BaseAsyncResult.is_done method reference/celery.result.html
|
|
celery.worker.TaskWrapper.execute method reference/celery.worker.html
|
|
celery.worker.TaskWrapper.execute method reference/celery.worker.html
|
|
celery.backends.tyrant.Backend.tyrant_port attribute reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.tyrant_port attribute reference/celery.backends.tyrant.html
|
|
|
|
+celery.worker.WorkController.task_consumer attribute reference/celery.worker.html
|
|
celery.task.delay_task function reference/celery.task.html
|
|
celery.task.delay_task function reference/celery.task.html
|
|
|
|
+celery.timer.TimeoutError exception reference/celery.timer.html
|
|
celery.registry.AlreadyRegistered exception reference/celery.registry.html
|
|
celery.registry.AlreadyRegistered exception reference/celery.registry.html
|
|
celery.backends.base.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
|
|
celery.backends.base.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
|
|
TASK_STATUS_FAILURE data reference/celery.models.html
|
|
TASK_STATUS_FAILURE data reference/celery.models.html
|
|
@@ -39,81 +41,79 @@ celery.discovery.find_related_module function reference/celery.discovery.html
|
|
celery.task.TaskSet.join method reference/celery.task.html
|
|
celery.task.TaskSet.join method reference/celery.task.html
|
|
celery.result.BaseAsyncResult.ready method reference/celery.result.html
|
|
celery.result.BaseAsyncResult.ready method reference/celery.result.html
|
|
celery.worker.EmptyQueue exception reference/celery.worker.html
|
|
celery.worker.EmptyQueue exception reference/celery.worker.html
|
|
-celery.worker.TaskDaemon.fetch_next_task method reference/celery.worker.html
|
|
|
|
celery.registry.TaskRegistry.AlreadyRegistered exception reference/celery.registry.html
|
|
celery.registry.TaskRegistry.AlreadyRegistered exception reference/celery.registry.html
|
|
celery.managers.TaskManager.delete_expired method reference/celery.managers.html
|
|
celery.managers.TaskManager.delete_expired method reference/celery.managers.html
|
|
celery.registry.TaskRegistry.filter_types method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.filter_types method reference/celery.registry.html
|
|
celery.worker.jail function reference/celery.worker.html
|
|
celery.worker.jail function reference/celery.worker.html
|
|
celery.backends.base.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
|
|
celery.backends.base.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
|
|
-celery.worker.TaskDaemon.receive_message method reference/celery.worker.html
|
|
|
|
celery.backends.tyrant.Backend class reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend class reference/celery.backends.tyrant.html
|
|
|
|
+celery.worker.WorkController.pool attribute reference/celery.worker.html
|
|
celery.task.DeleteExpiredTaskMetaTask class reference/celery.task.html
|
|
celery.task.DeleteExpiredTaskMetaTask class reference/celery.task.html
|
|
-celery.worker.TaskDaemon.connection_diagnostics method reference/celery.worker.html
|
|
|
|
celery.managers.TaskManager.get_all_expired method reference/celery.managers.html
|
|
celery.managers.TaskManager.get_all_expired method reference/celery.managers.html
|
|
TaskMeta.task_id attribute reference/celery.models.html
|
|
TaskMeta.task_id attribute reference/celery.models.html
|
|
celery.discovery.autodiscover function reference/celery.discovery.html
|
|
celery.discovery.autodiscover function reference/celery.discovery.html
|
|
-celery.worker.TaskDaemon class reference/celery.worker.html
|
|
|
|
|
|
+celery.worker.WorkController.receive_message method reference/celery.worker.html
|
|
celery.backends.get_default_backend_cls data reference/celery.backends.html
|
|
celery.backends.get_default_backend_cls data reference/celery.backends.html
|
|
|
|
+celery.task.Task.apply_async classmethod reference/celery.task.html
|
|
celery.backends.tyrant.Backend.get_result method reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.get_result method reference/celery.backends.tyrant.html
|
|
celery.task.TaskSet class reference/celery.task.html
|
|
celery.task.TaskSet class reference/celery.task.html
|
|
-celery.worker.TaskDaemon.loglevel attribute reference/celery.worker.html
|
|
|
|
celery.task.AsynchronousMapTask class reference/celery.task.html
|
|
celery.task.AsynchronousMapTask class reference/celery.task.html
|
|
celery.managers.PeriodicTaskManager class reference/celery.managers.html
|
|
celery.managers.PeriodicTaskManager class reference/celery.managers.html
|
|
celery.timer.EventTimer.event attribute reference/celery.timer.html
|
|
celery.timer.EventTimer.event attribute reference/celery.timer.html
|
|
TaskMeta class reference/celery.models.html
|
|
TaskMeta class reference/celery.models.html
|
|
celery.worker.TaskWrapper.from_message classmethod reference/celery.worker.html
|
|
celery.worker.TaskWrapper.from_message classmethod reference/celery.worker.html
|
|
celery.platform.PIDFile.get_pid method reference/celery.platform.html
|
|
celery.platform.PIDFile.get_pid method reference/celery.platform.html
|
|
-celery.timer.TimeoutError exception reference/celery.timer.html
|
|
|
|
|
|
+celery.task.Task.run method reference/celery.task.html
|
|
celery.result.BaseAsyncResult class reference/celery.result.html
|
|
celery.result.BaseAsyncResult class reference/celery.result.html
|
|
celery.platform.PIDFile.check method reference/celery.platform.html
|
|
celery.platform.PIDFile.check method reference/celery.platform.html
|
|
-TASK_STATUS_RETRY data reference/celery.models.html
|
|
|
|
|
|
+celery.conf.LOG_FORMAT data reference/celery.conf.html
|
|
celery.backends.database.Backend.store_result method reference/celery.backends.database.html
|
|
celery.backends.database.Backend.store_result method reference/celery.backends.database.html
|
|
celery.task.TaskSet.map_async classmethod reference/celery.task.html
|
|
celery.task.TaskSet.map_async classmethod reference/celery.task.html
|
|
celery.platform.PIDFile.remove method reference/celery.platform.html
|
|
celery.platform.PIDFile.remove method reference/celery.platform.html
|
|
|
|
+celery.worker.WorkController.schedule_retry_tasks method reference/celery.worker.html
|
|
PeriodicTaskMeta.task attribute reference/celery.models.html
|
|
PeriodicTaskMeta.task attribute reference/celery.models.html
|
|
-celery.log.setup_logger function reference/celery.log.html
|
|
|
|
|
|
+celery.conf.EMPTY_MSG_EMIT_EVERY data reference/celery.conf.html
|
|
celery.backends.base.BaseBackend.wait_for method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.wait_for method reference/celery.backends.base.html
|
|
celery.task.Task.name attribute reference/celery.task.html
|
|
celery.task.Task.name attribute reference/celery.task.html
|
|
celery.backends.base.BaseBackend.mark_as_done method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.mark_as_done method reference/celery.backends.base.html
|
|
-celery.conf.DEFAULT_DAEMON_LOG_FILE data reference/celery.conf.html
|
|
|
|
celery.registry.TaskRegistry.get_all_periodic method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.get_all_periodic method reference/celery.registry.html
|
|
PeriodicTaskMeta.last_run_at attribute reference/celery.models.html
|
|
PeriodicTaskMeta.last_run_at attribute reference/celery.models.html
|
|
celery.task.Task.get_publisher method reference/celery.task.html
|
|
celery.task.Task.get_publisher method reference/celery.task.html
|
|
-celery.worker.TaskDaemon.run method reference/celery.worker.html
|
|
|
|
celery.backends.base.BaseBackend.cleanup method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.cleanup method reference/celery.backends.base.html
|
|
celery.task.discard_all function reference/celery.task.html
|
|
celery.task.discard_all function reference/celery.task.html
|
|
celery.backends.database.Backend.get_status method reference/celery.backends.database.html
|
|
celery.backends.database.Backend.get_status method reference/celery.backends.database.html
|
|
PeriodicTaskMeta class reference/celery.models.html
|
|
PeriodicTaskMeta class reference/celery.models.html
|
|
celery.messaging.TaskPublisher.requeue_task method reference/celery.messaging.html
|
|
celery.messaging.TaskPublisher.requeue_task method reference/celery.messaging.html
|
|
celery.messaging.TaskPublisher class reference/celery.messaging.html
|
|
celery.messaging.TaskPublisher class reference/celery.messaging.html
|
|
-celery.worker.TaskWrapper.task_name attribute reference/celery.worker.html
|
|
|
|
|
|
+celery.conf.AMQP_CONSUMER_ROUTING_KEY data reference/celery.conf.html
|
|
celery.backends.base.BaseBackend class reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend class reference/celery.backends.base.html
|
|
-celery.backends.base.BaseBackend.mark_as_failure method reference/celery.backends.base.html
|
|
|
|
|
|
+celery.conf.AMQP_EXCHANGE_TYPE data reference/celery.conf.html
|
|
|
|
+celery.worker.WorkController class reference/celery.worker.html
|
|
|
|
+celery.task.TaskSet.remote_execute classmethod reference/celery.task.html
|
|
celery.backends.tyrant.Backend.get_status method reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.get_status method reference/celery.backends.tyrant.html
|
|
celery.registry.TaskRegistry.NotRegistered exception reference/celery.registry.html
|
|
celery.registry.TaskRegistry.NotRegistered exception reference/celery.registry.html
|
|
celery.datastructures.PositionQueue.length attribute reference/celery.datastructures.html
|
|
celery.datastructures.PositionQueue.length attribute reference/celery.datastructures.html
|
|
celery.datastructures.PositionQueue class reference/celery.datastructures.html
|
|
celery.datastructures.PositionQueue class reference/celery.datastructures.html
|
|
|
|
+celery.datastructures.TaskProcessQueue.wait_for_result method reference/celery.datastructures.html
|
|
celery.backends.base.BaseBackend.prepare_result method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.prepare_result method reference/celery.backends.base.html
|
|
celery.datastructures.TaskProcessQueue class reference/celery.datastructures.html
|
|
celery.datastructures.TaskProcessQueue class reference/celery.datastructures.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
|
|
celery.task.ExecuteRemoteTask class reference/celery.task.html
|
|
celery.task.ExecuteRemoteTask class reference/celery.task.html
|
|
celery.task.dmap_async function reference/celery.task.html
|
|
celery.task.dmap_async function reference/celery.task.html
|
|
|
|
+celery.worker.WorkController.connection_diagnostics method reference/celery.worker.html
|
|
celery.managers.TaskManager class reference/celery.managers.html
|
|
celery.managers.TaskManager class reference/celery.managers.html
|
|
celery.backends.base.BaseBackend.store_result method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.store_result method reference/celery.backends.base.html
|
|
celery.datastructures.TaskProcessQueue.logger attribute reference/celery.datastructures.html
|
|
celery.datastructures.TaskProcessQueue.logger attribute reference/celery.datastructures.html
|
|
-celery.task.TaskSet.remote_execute classmethod reference/celery.task.html
|
|
|
|
celery.result.AsyncResult.task_id attribute reference/celery.result.html
|
|
celery.result.AsyncResult.task_id attribute reference/celery.result.html
|
|
celery.timer.EventTimer.interval attribute reference/celery.timer.html
|
|
celery.timer.EventTimer.interval attribute reference/celery.timer.html
|
|
celery.result.BaseAsyncResult.successful method reference/celery.result.html
|
|
celery.result.BaseAsyncResult.successful method reference/celery.result.html
|
|
celery.backends.tyrant.Backend.get_server method reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.get_server method reference/celery.backends.tyrant.html
|
|
-celery.conf.LOG_FORMAT data reference/celery.conf.html
|
|
|
|
|
|
+TASK_STATUS_RETRY data reference/celery.models.html
|
|
TASK_STATUSES data reference/celery.models.html
|
|
TASK_STATUSES data reference/celery.models.html
|
|
celery.managers.TaskManager.get_task method reference/celery.managers.html
|
|
celery.managers.TaskManager.get_task method reference/celery.managers.html
|
|
celery.conf.AMQP_EXCHANGE data reference/celery.conf.html
|
|
celery.conf.AMQP_EXCHANGE data reference/celery.conf.html
|
|
-celery.worker.TaskDaemon.task_consumer attribute reference/celery.worker.html
|
|
|
|
-celery.conf.AMQP_ROUTING_KEY data reference/celery.conf.html
|
|
|
|
|
|
+PeriodicTaskMeta.delay method reference/celery.models.html
|
|
celery.timer.TimeoutTimer.timeout attribute reference/celery.timer.html
|
|
celery.timer.TimeoutTimer.timeout attribute reference/celery.timer.html
|
|
-celery.result.AsyncResult.backend attribute reference/celery.result.html
|
|
|
|
celery.backends.database.Backend.cleanup method reference/celery.backends.database.html
|
|
celery.backends.database.Backend.cleanup method reference/celery.backends.database.html
|
|
celery.task.TaskSet.total attribute reference/celery.task.html
|
|
celery.task.TaskSet.total attribute reference/celery.task.html
|
|
celery.conf.DAEMON_LOG_LEVEL data reference/celery.conf.html
|
|
celery.conf.DAEMON_LOG_LEVEL data reference/celery.conf.html
|
|
@@ -125,7 +125,6 @@ celery.conf.QUEUE_WAKEUP_AFTER data reference/celery.conf.html
|
|
celery.backends.database.Backend.get_result method reference/celery.backends.database.html
|
|
celery.backends.database.Backend.get_result method reference/celery.backends.database.html
|
|
celery.backends.get_backend_cls function reference/celery.backends.html
|
|
celery.backends.get_backend_cls function reference/celery.backends.html
|
|
celery.registry.TaskRegistry.register method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.register method reference/celery.registry.html
|
|
-celery.worker.TaskDaemon.schedule_retry_tasks method reference/celery.worker.html
|
|
|
|
celery.worker.TaskWrapper.args attribute reference/celery.worker.html
|
|
celery.worker.TaskWrapper.args attribute reference/celery.worker.html
|
|
celery.worker.TaskWrapper.task_func attribute reference/celery.worker.html
|
|
celery.worker.TaskWrapper.task_func attribute reference/celery.worker.html
|
|
celery.task.TaskSet.map classmethod reference/celery.task.html
|
|
celery.task.TaskSet.map classmethod reference/celery.task.html
|
|
@@ -138,16 +137,17 @@ celery.task.PeriodicTask class reference/celery.task.html
|
|
celery.registry.TaskRegistry.unregister method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.unregister method reference/celery.registry.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_args attribute reference/celery.backends.base.html
|
|
TaskMeta.date_done attribute reference/celery.models.html
|
|
TaskMeta.date_done attribute reference/celery.models.html
|
|
-celery.worker.TaskDaemon.execute_next_task method reference/celery.worker.html
|
|
|
|
|
|
+celery.worker.WorkController.run_periodic_tasks method reference/celery.worker.html
|
|
celery.result.AsyncResult class reference/celery.result.html
|
|
celery.result.AsyncResult class reference/celery.result.html
|
|
PeriodicTaskMeta.name attribute reference/celery.models.html
|
|
PeriodicTaskMeta.name attribute reference/celery.models.html
|
|
celery.worker.TaskWrapper.execute_using_pool method reference/celery.worker.html
|
|
celery.worker.TaskWrapper.execute_using_pool method reference/celery.worker.html
|
|
celery.backends.base.BaseBackend.is_done method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.is_done method reference/celery.backends.base.html
|
|
-celery.worker.TaskDaemon.pool attribute reference/celery.worker.html
|
|
|
|
celery.backends.tyrant.Backend.is_done method reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.is_done method reference/celery.backends.tyrant.html
|
|
celery.worker.TaskWrapper.extend_with_default_kwargs method reference/celery.worker.html
|
|
celery.worker.TaskWrapper.extend_with_default_kwargs method reference/celery.worker.html
|
|
|
|
+celery.worker.WorkController.execute_next_task method reference/celery.worker.html
|
|
celery.result.BaseAsyncResult.task_id attribute reference/celery.result.html
|
|
celery.result.BaseAsyncResult.task_id attribute reference/celery.result.html
|
|
celery.backends.cache.Backend.is_done method reference/celery.backends.cache.html
|
|
celery.backends.cache.Backend.is_done method reference/celery.backends.cache.html
|
|
|
|
+celery.worker.WorkController.logfile attribute reference/celery.worker.html
|
|
celery.task.Task.get_consumer method reference/celery.task.html
|
|
celery.task.Task.get_consumer method reference/celery.task.html
|
|
celery.messaging.TaskPublisher.delay_task_in_set method reference/celery.messaging.html
|
|
celery.messaging.TaskPublisher.delay_task_in_set method reference/celery.messaging.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper exception reference/celery.backends.base.html
|
|
@@ -156,56 +156,63 @@ celery.platform.remove_pidfile function reference/celery.platform.html
|
|
celery.platform.PIDFile class reference/celery.platform.html
|
|
celery.platform.PIDFile class reference/celery.platform.html
|
|
celery.worker.TaskWrapper.task_id attribute reference/celery.worker.html
|
|
celery.worker.TaskWrapper.task_id attribute reference/celery.worker.html
|
|
celery.managers.PeriodicTaskManager.get_waiting_tasks method reference/celery.managers.html
|
|
celery.managers.PeriodicTaskManager.get_waiting_tasks method reference/celery.managers.html
|
|
-celery.messaging.TaskPublisher.delay_task method reference/celery.messaging.html
|
|
|
|
|
|
+celery.backends.base.BaseBackend.mark_as_failure method reference/celery.backends.base.html
|
|
|
|
+celery.worker.WorkController.loglevel attribute reference/celery.worker.html
|
|
celery.datastructures.TaskProcessQueue.done_msg attribute reference/celery.datastructures.html
|
|
celery.datastructures.TaskProcessQueue.done_msg attribute reference/celery.datastructures.html
|
|
|
|
+celery.worker.WorkController.queue_wakeup_after attribute reference/celery.worker.html
|
|
celery.registry.TaskRegistry.get_all_regular method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.get_all_regular method reference/celery.registry.html
|
|
-celery.worker.TaskDaemon.logger attribute reference/celery.worker.html
|
|
|
|
|
|
+celery.worker.WorkController.run method reference/celery.worker.html
|
|
celery.registry.TaskRegistry class reference/celery.registry.html
|
|
celery.registry.TaskRegistry class reference/celery.registry.html
|
|
celery.backends.DefaultBackend class reference/celery.backends.html
|
|
celery.backends.DefaultBackend class reference/celery.backends.html
|
|
celery.worker.UnknownTask exception reference/celery.worker.html
|
|
celery.worker.UnknownTask exception reference/celery.worker.html
|
|
celery.timer.TimeoutTimer class reference/celery.timer.html
|
|
celery.timer.TimeoutTimer class reference/celery.timer.html
|
|
-celery.task.Task.run method reference/celery.task.html
|
|
|
|
|
|
+celery.backends.get_default_periodicstatus_backend_cls function reference/celery.backends.html
|
|
celery.result.BaseAsyncResult.wait method reference/celery.result.html
|
|
celery.result.BaseAsyncResult.wait method reference/celery.result.html
|
|
|
|
+celery.datastructures.TaskProcessQueue.on_ready method reference/celery.datastructures.html
|
|
celery.task.TaskSet.run method reference/celery.task.html
|
|
celery.task.TaskSet.run method reference/celery.task.html
|
|
|
|
+celery.messaging.TaskPublisher.delay_task method reference/celery.messaging.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
|
|
-celery.worker.TaskDaemon.reset_connection method reference/celery.worker.html
|
|
|
|
-PeriodicTaskMeta.delay method reference/celery.models.html
|
|
|
|
-celery.worker.TaskDaemon.run_periodic_tasks method reference/celery.worker.html
|
|
|
|
|
|
+celery.result.AsyncResult.backend attribute reference/celery.result.html
|
|
|
|
+celery.task.apply_async function reference/celery.task.html
|
|
celery.result.BaseAsyncResult.result attribute reference/celery.result.html
|
|
celery.result.BaseAsyncResult.result attribute reference/celery.result.html
|
|
-celery.worker.TaskDaemon.queue_wakeup_after attribute reference/celery.worker.html
|
|
|
|
celery.backends.cache.Backend.store_result method reference/celery.backends.cache.html
|
|
celery.backends.cache.Backend.store_result method reference/celery.backends.cache.html
|
|
TaskMeta.status attribute reference/celery.models.html
|
|
TaskMeta.status attribute reference/celery.models.html
|
|
|
|
+celery.worker.WorkController.concurrency attribute reference/celery.worker.html
|
|
celery.backends.database.Backend.is_done method reference/celery.backends.database.html
|
|
celery.backends.database.Backend.is_done method reference/celery.backends.database.html
|
|
celery.backends.tyrant.Backend.tyrant_host attribute reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.tyrant_host attribute reference/celery.backends.tyrant.html
|
|
|
|
+celery.worker.WorkController.reset_connection method reference/celery.worker.html
|
|
celery.conf.AMQP_CONSUMER_QUEUE data reference/celery.conf.html
|
|
celery.conf.AMQP_CONSUMER_QUEUE data reference/celery.conf.html
|
|
TASK_STATUSES_CHOICES data reference/celery.models.html
|
|
TASK_STATUSES_CHOICES data reference/celery.models.html
|
|
|
|
+celery.worker.WorkController.fetch_next_task method reference/celery.worker.html
|
|
celery.backends.base.BaseBackend.mark_as_retry method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.mark_as_retry method reference/celery.backends.base.html
|
|
celery.timer.EventTimer.last_triggered attribute reference/celery.timer.html
|
|
celery.timer.EventTimer.last_triggered attribute reference/celery.timer.html
|
|
celery.datastructures.PositionQueue.filled attribute reference/celery.datastructures.html
|
|
celery.datastructures.PositionQueue.filled attribute reference/celery.datastructures.html
|
|
celery.backends.base.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
|
|
celery.backends.base.UnpickleableExceptionWrapper.exc_module attribute reference/celery.backends.base.html
|
|
TASK_STATUS_DONE data reference/celery.models.html
|
|
TASK_STATUS_DONE data reference/celery.models.html
|
|
celery.backends.base.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
|
|
celery.backends.base.UnpickleableExceptionWrapper.exc_cls_name attribute reference/celery.backends.base.html
|
|
|
|
+celery.conf.AMQP_PUBLISHER_ROUTING_KEY data reference/celery.conf.html
|
|
celery.backends.cache.Backend class reference/celery.backends.cache.html
|
|
celery.backends.cache.Backend class reference/celery.backends.cache.html
|
|
celery.task.is_done function reference/celery.task.html
|
|
celery.task.is_done function reference/celery.task.html
|
|
celery.task.PeriodicTask.run_every attribute reference/celery.task.html
|
|
celery.task.PeriodicTask.run_every attribute reference/celery.task.html
|
|
celery.conf.LOG_LEVELS data reference/celery.conf.html
|
|
celery.conf.LOG_LEVELS data reference/celery.conf.html
|
|
celery.managers.TaskManager.is_done method reference/celery.managers.html
|
|
celery.managers.TaskManager.is_done method reference/celery.managers.html
|
|
celery.timer.EventTimer.tick method reference/celery.timer.html
|
|
celery.timer.EventTimer.tick method reference/celery.timer.html
|
|
|
|
+celery.conf.DEFAULT_REAP_TIMEOUT data reference/celery.conf.html
|
|
celery.task.Task.delay classmethod reference/celery.task.html
|
|
celery.task.Task.delay classmethod reference/celery.task.html
|
|
celery.backends.cache.Backend.get_status method reference/celery.backends.cache.html
|
|
celery.backends.cache.Backend.get_status method reference/celery.backends.cache.html
|
|
-celery.conf.EMPTY_MSG_EMIT_EVERY data reference/celery.conf.html
|
|
|
|
|
|
+celery.log.setup_logger function reference/celery.log.html
|
|
celery.registry.NotRegistered exception reference/celery.registry.html
|
|
celery.registry.NotRegistered exception reference/celery.registry.html
|
|
celery.conf.DAEMON_CONCURRENCY data reference/celery.conf.html
|
|
celery.conf.DAEMON_CONCURRENCY data reference/celery.conf.html
|
|
-celery.worker.TaskDaemon.empty_msg_emit_every attribute reference/celery.worker.html
|
|
|
|
|
|
+celery.worker.WorkController.logger attribute reference/celery.worker.html
|
|
celery.registry.TaskRegistry.get_all method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.get_all method reference/celery.registry.html
|
|
celery.backends.tyrant.Backend.store_result method reference/celery.backends.tyrant.html
|
|
celery.backends.tyrant.Backend.store_result method reference/celery.backends.tyrant.html
|
|
|
|
+celery.datastructures.TaskProcessQueue.get_worker_pids method reference/celery.datastructures.html
|
|
celery.timer.TimeoutTimer.tick method reference/celery.timer.html
|
|
celery.timer.TimeoutTimer.tick method reference/celery.timer.html
|
|
TASK_STATUS_PENDING data reference/celery.models.html
|
|
TASK_STATUS_PENDING data reference/celery.models.html
|
|
celery.registry.TaskRegistry.get_task method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.get_task method reference/celery.registry.html
|
|
celery.result.BaseAsyncResult.get method reference/celery.result.html
|
|
celery.result.BaseAsyncResult.get method reference/celery.result.html
|
|
-celery.worker.TaskDaemon.logfile attribute reference/celery.worker.html
|
|
|
|
celery.conf.DAEMON_PID_FILE data reference/celery.conf.html
|
|
celery.conf.DAEMON_PID_FILE data reference/celery.conf.html
|
|
-celery.worker.TaskDaemon.concurrency attribute reference/celery.worker.html
|
|
|
|
|
|
+celery.worker.WorkController.empty_msg_emit_every attribute reference/celery.worker.html
|
|
celery.task.Task class reference/celery.task.html
|
|
celery.task.Task class reference/celery.task.html
|
|
celery.backends.base.BaseBackend.get_status method reference/celery.backends.base.html
|
|
celery.backends.base.BaseBackend.get_status method reference/celery.backends.base.html
|
|
celery.registry.TaskRegistry.autodiscover method reference/celery.registry.html
|
|
celery.registry.TaskRegistry.autodiscover method reference/celery.registry.html
|
|
@@ -220,4 +227,5 @@ celery.platform.daemonize function reference/celery.platform.html
|
|
celery.managers.TaskManager.store_result method reference/celery.managers.html
|
|
celery.managers.TaskManager.store_result method reference/celery.managers.html
|
|
TaskMeta.result attribute reference/celery.models.html
|
|
TaskMeta.result attribute reference/celery.models.html
|
|
celery.timer.TimeoutTimer.time_start attribute reference/celery.timer.html
|
|
celery.timer.TimeoutTimer.time_start attribute reference/celery.timer.html
|
|
|
|
+celery.worker.TaskWrapper.task_name attribute reference/celery.worker.html
|
|
celery.task.TaskSet.arguments attribute reference/celery.task.html
|
|
celery.task.TaskSet.arguments attribute reference/celery.task.html
|