Celery v5.0.1 Documentationversion of Celery (5.0). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2016, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 2313 页 | 2.13 MB | 1 年前3
Celery v5.0.2 Documentationversion of Celery (5.0). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2016, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 2313 页 | 2.14 MB | 1 年前3
Celery v5.0.0 Documentationversion of Celery (5.0). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2016, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 2309 页 | 2.13 MB | 1 年前3
Celery v5.0.5 Documentationversion of Celery (5.0). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2016, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 2315 页 | 2.14 MB | 1 年前3
Celery 3.0 Documentationversion of Celery (4.0). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2016, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 2110 页 | 2.23 MB | 1 年前3
Celery v4.0.0 Documentationversion of Celery (4.0). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2016, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 2106 页 | 2.23 MB | 1 年前3
Celery 3.1 Documentationversion of Celery (3.1). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible and reliable distributed system to process vast amounts of messages, while providing operations operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and Solem Copyright © 2009-2015, Ask Solem. All rights reserved. This material may be copied or distributed only subject to the terms and conditions set forth in the Creative Commons Attribution-ShareAlike0 码力 | 887 页 | 1.22 MB | 1 年前3
Celery 2.1 Documentationdescribes an older version of Celery (2.1). For the latest stable version please go here. Celery - Distributed Task Queue Contents: Getting Started Introduction Broker Installation First steps with Celery asynchronous, rabbitmq, amqp, redis, python, webhooks, queue, distributed – Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation Robust Using RabbitMQ, celery survives most error scenarios, and your tasks will never be lost. Distributed Runs on one or more machines. Supports clustering when used in combination with RabbitMQ. You0 码力 | 463 页 | 861.69 KB | 1 年前3
Celery 2.1 Documentationwebhooks, queue, dis- tributed – Celery is an open 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 AsyncResult: >>> result = add.delay(4, 4) >>> result.ready() # returns True if the task has finished processing. False >>> result.result # task is not ready, so no return value yet. None >>> result.get() # can process more tasks in parallel and the tasks won’t run long enough to block the worker from processing other waiting tasks. However, executing a task does have overhead. A message needs to be sent0 码力 | 285 页 | 1.19 MB | 1 年前3
Celery 2.5 Documentationdevelopment version 1.1.1 Synopsis Celery is an open source asynchronous task queue/job queue based on distributed message passing. Focused on real- time operation, but supports scheduling as well. The execution what you can do when you have results: >>> result.ready() # returns True if the task has finished processing. False >>> result.result # task is not ready, so no return value yet. None >>> result.get() # can process more tasks in parallel and the tasks won’t run long enough to block the worker from processing other waiting tasks. However, executing a task does have overhead. A message needs to be sent0 码力 | 400 页 | 1.40 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6













