Celery v5.0.5 Documentation
.com/celery#sponsor] to ensure Celery’s future. Getting Started If you’re new to Celery you can get started by following the First Steps with Celery tutorial. You can also check out the FAQ. Contents Getting Started 5.0 Dec 16, 2020 Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation Brokers Broker Instructions (5.0). For development docs, go here. Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation What’s a Task Queue? Task0 码力 | 2315 页 | 2.14 MB | 1 年前3Celery v5.0.1 Documentation
.com/celery#sponsor] to ensure Celery’s future. Getting Started If you’re new to Celery you can get started by following the First Steps with Celery tutorial. You can also check out the FAQ. Contents Getting Started 5.0 Oct 18, 2020 Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation Brokers Broker Instructions (5.0). For development docs, go here. Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation What’s a Task Queue? Task0 码力 | 2313 页 | 2.13 MB | 1 年前3Celery v5.0.2 Documentation
.com/celery#sponsor] to ensure Celery’s future. Getting Started If you’re new to Celery you can get started by following the First Steps with Celery tutorial. You can also check out the FAQ. Contents Getting Started 5.0 Nov 02, 2020 Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation Brokers Broker Instructions (5.0). For development docs, go here. Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation What’s a Task Queue? Task0 码力 | 2313 页 | 2.14 MB | 1 年前3Celery v5.0.0 Documentation
.com/celery#sponsor] to ensure Celery’s future. Getting Started If you’re new to Celery you can get started by following the First Steps with Celery tutorial. You can also check out the FAQ. Contents Getting Started 5.0 Sep 24, 2020 Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation Brokers Broker Instructions (5.0). For development docs, go here. Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation What’s a Task Queue? Task0 码力 | 2309 页 | 2.13 MB | 1 年前3Celery v4.0.0 Documentation
[http://www.opensource.org/licenses/BSD-3-Clause]. Getting Started If you’re new to Celery you can get started by following the First Steps with Celery tutorial. You can also check out the FAQ. Contents Started Release: 4.0 Date: Nov 04, 2016 Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation Brokers Broker Instructions (4.0). For development docs, go here. Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation What’s a Task Queue? Task0 码力 | 2106 页 | 2.23 MB | 1 年前3Celery 3.0 Documentation
[http://www.opensource.org/licenses/BSD-3-Clause]. Getting Started If you’re new to Celery you can get started by following the First Steps with Celery tutorial. You can also check out the FAQ. Contents Started Release: 4.0 Date: Nov 29, 2016 Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation Brokers Broker Instructions (4.0). For development docs, go here. Introduction to Celery What’s a Task Queue? What do I need? Get Started Celery is… Features Framework Integration Quick Jump Installation What’s a Task Queue? Task0 码力 | 2110 页 | 2.23 MB | 1 年前3Celery 2.4 Documentation
result store the AsyncResult enables you to check the state of the task, wait for the task to finish, get its return value or exception/traceback if the task failed, and more. Keeping Results If you want value yet. None 1.3. First steps with Celery 15 Celery Documentation, Release 2.4.7 >>> result.get() # Waits until the task is done and returns the retval. 8 >>> result.result # direct access to result worker log: 2.2. Tasks 23 Celery Documentation, Release 2.4.7 @task def add(x, y): logger = add.get_logger() logger.info("Adding %s + %s" % (x, y)) return x + y There are several logging levels available0 码力 | 395 页 | 1.54 MB | 1 年前3Celery 2.2 Documentation
object returned. The AsyncResult lets us check the state of the task, wait for the task to finish, get its return value or exception/traceback if the task failed, and more. Let’s execute the task again processing. False >>> result.result # task is not ready, so no return value yet. None >>> result.get() # Waits until the task is done and returns the retval. 8 >>> result.result # direct access to workers logger to add diagnostic output to the worker log: @task def add(x, y): logger = add.get_logger() logger.info("Adding %s + %s" % (x, y)) return x + y There are several logging levels0 码力 | 505 页 | 878.66 KB | 1 年前3Celery 2.3 Documentation
result store the AsyncResult enables you to check the state of the task, wait for the task to finish, get its return value or exception/traceback if the task failed, and more. Keeping Results If you want processing. False >>> result.result # task is not ready, so no return value yet. None >>> result.get() # Waits until the task is done and returns the retval. 8 >>> result.result # direct access to result the workers logger to add diagnostic output to the worker log: @task def add(x, y): logger = add.get_logger() logger.info("Adding %s + %s" % (x, y)) return x + y There are several logging levels available0 码力 | 334 页 | 1.25 MB | 1 年前3Celery 2.3 Documentation
result store the AsyncResult enables you to check the state of the task, wait for the task to finish, get its return value or exception/traceback if the task failed, and more. Keeping Results If you want processing. False >>> result.result # task is not ready, so no return value yet. None >>> result.get() # Waits until the task is done and returns the retval. 8 >>> result.result # direct access to workers logger to add diagnostic output to the worker log: @task def add(x, y): logger = add.get_logger() logger.info("Adding %s + %s" % (x, y)) return x + y There are several logging levels0 码力 | 530 页 | 900.64 KB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6