Celery 2.1 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently remotely. Moni- toring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serial- ization Supports Pickle, JSON, YAML, or again – but this time we’ll keep track of the task by holding on to the AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result0 码力 | 285 页 | 1.19 MB | 1 年前3Celery 2.1 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently remotely. Monitoring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serialization Supports Pickle, JSON, YAML, or again – but this time we’ll keep track of the task by holding on to the AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result0 码力 | 463 页 | 861.69 KB | 1 年前3Celery 2.2 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently only) Moni- toring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serial- ization Supports Pickle, JSON, YAML, or again – but this time we’ll keep track of the task by holding on to the AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result0 码力 | 314 页 | 1.26 MB | 1 年前3Celery 2.3 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently only) Moni- toring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serial- ization Supports Pickle, JSON, YAML, or please see Result Backends. Now with the result backend configured, let’s execute the task again. This time we’ll hold on to the AsyncResult: >>> result = add.delay(4, 4) Here’s some examples of what you0 码力 | 334 页 | 1.25 MB | 1 年前3Celery 2.2 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently only) Monitoring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serialization Supports Pickle, JSON, YAML, or again – but this time we’ll keep track of the task by holding on to the AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result0 码力 | 505 页 | 878.66 KB | 1 年前3Celery 2.5 Documentation
open source asynchronous task queue/job queue based on distributed message passing. Focused on real- time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently only) Moni- toring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serial- ization Supports Pickle, JSON, YAML, or please see Result Backends. Now with the result backend configured, let’s execute the task again. This time we’ll hold on to the AsyncResult: >>> result = add.delay(4, 4) Here’s some examples of what you0 码力 | 400 页 | 1.40 MB | 1 年前3Celery 2.4 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently only) Monitoring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serialization Supports Pickle, JSON, YAML, or please see Result Backends. Now with the result backend configured, let’s execute the task again. This time we’ll hold on to the AsyncResult: >>> result = add.delay(4, 4) Here’s some examples of what you0 码力 | 543 页 | 957.42 KB | 1 年前3Celery 2.0 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently remotely. Monitoring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serialization Supports Pickle, JSON, YAML, or task again, but this time we’ll keep track of the task by keeping the AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result0 码力 | 284 页 | 332.71 KB | 1 年前3Celery 2.4 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently only) Moni- toring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serial- ization Supports Pickle, JSON, YAML, or please see Result Backends. Now with the result backend configured, let’s execute the task again. This time we’ll hold on to the AsyncResult: >>> result = add.delay(4, 4) Here’s some examples of what you0 码力 | 395 页 | 1.54 MB | 1 年前3Celery 2.0 Documentation
source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently remotely. Moni- toring You can capture everything happening with the workers in real-time by subscribing to events. A real-time web monitor is in development. Serial- ization Supports Pickle, JSON, YAML, or task again, but this time we’ll keep track of the task by keeping the AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result0 码力 | 165 页 | 492.43 KB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6