Celery 3.1 Documentationwith these? To get to that I must introduce the canvas primitives. . . The Primitives • group • chain • chord • map • starmap • chunks 2.2. Getting Started 37 Celery Documentation, Release 3.1.25 The >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> 1 Date Nov 12, 2017 2.3.1 Application • Main Name • Configuration • Laziness • Breaking the chain • Abstract Tasks The Celery library must be instantiated before use, this instance is called an0 码力 | 607 页 | 2.27 MB | 1 年前3
Celery v4.2.1 Documentationwith these? To get to that I must introduce the canvas primitives. . . The Primitives • group • chain • chord • map • starmap • chunks 32 Chapter 2. Contents Celery Documentation, Release 4.2.1 These >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> 2 Date Jul 18, 2018 2.3.1 Application • Main Name • Configuration • Laziness • Breaking the chain • Abstract Tasks The Celery library must be instantiated before use, this instance is called an0 码力 | 746 页 | 2.73 MB | 1 年前3
Celery v4.2.1 Documentationactually do with these? To get to that I must introduce the canvas primitives… The Primitives group chain chord map starmap chunks These primitives are signature objects themselves, so they can be combined >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> (4.2). For development docs, go here. Application Main Name Configuration Laziness Breaking the chain Abstract Tasks The Celery library must be instantiated before use, this instance is called an application0 码力 | 1121 页 | 1.38 MB | 1 年前3
Celery v4.2.2 Documentationactually do with these? To get to that I must introduce the canvas primitives… The Primitives group chain chord map starmap chunks These primitives are signature objects themselves, so they can be combined >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> (4.2). For development docs, go here. Application Main Name Configuration Laziness Breaking the chain Abstract Tasks The Celery library must be instantiated before use, this instance is called an application0 码力 | 1121 页 | 1.38 MB | 1 年前3
Celery v4.2.0 Documentationwith these? To get to that I must introduce the canvas primitives. . . The Primitives • group • chain • chord • map • starmap • chunks 32 Chapter 2. Contents Celery Documentation, Release 4.2.0 These >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> 2 Date Jun 10, 2018 2.3.1 Application • Main Name • Configuration • Laziness • Breaking the chain • Abstract Tasks The Celery library must be instantiated before use, this instance is called an0 码力 | 738 页 | 2.68 MB | 1 年前3
Celery v4.2.2 Documentationwith these? To get to that I must introduce the canvas primitives. . . The Primitives • group • chain • chord • map • starmap • chunks 32 Chapter 2. Contents Celery Documentation, Release 4.2.2 These >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> 2 Date Mar 20, 2019 2.3.1 Application • Main Name • Configuration • Laziness • Breaking the chain • Abstract Tasks The Celery library must be instantiated before use, this instance is called an0 码力 | 744 页 | 2.71 MB | 1 年前3
Celery v4.2.0 Documentationactually do with these? To get to that I must introduce the canvas primitives… The Primitives group chain chord map starmap chunks These primitives are signature objects themselves, so they can be combined >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> (4.2). For development docs, go here. Application Main Name Configuration Laziness Breaking the chain Abstract Tasks The Celery library must be instantiated before use, this instance is called an application0 码力 | 1110 页 | 1.36 MB | 1 年前3
Celery v4.1.0 Documentationwith these? To get to that I must introduce the canvas primitives. . . The Primitives • group • chain • chord • map • starmap • chunks These primitives are signature objects themselves, so they can be >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> Documentation, Release 4.1.0 Application • Main Name • Configuration • Laziness • Breaking the chain • Abstract Tasks The Celery library must be instantiated before use, this instance is called an0 码力 | 714 页 | 2.63 MB | 1 年前3
Celery v4.1.0 Documentationactually do with these? To get to that I must introduce the canvas primitives… The Primitives group chain chord map starmap chunks These primitives are signature objects themselves, so they can be combined >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> (4.1). For development docs, go here. Application Main Name Configuration Laziness Breaking the chain Abstract Tasks The Celery library must be instantiated before use, this instance is called an application0 码力 | 1057 页 | 1.35 MB | 1 年前3
Celery v4.4.5 Documentationactually do with these? To get to that I must introduce the canvas primitives… The Primitives group chain chord map starmap chunks These primitives are signature objects themselves, so they can be combined >>> from celery import chain >>> from proj.tasks import add, mul # (4 + 4) * 8 >>> chain(add.s(4, 4) | mul.s(8))().get() 64 or a partial chain: >>> # (? + 4) * 8 >>> g = chain(add.s(4) | mul.s(8)) >>> (4.4). For development docs, go here. Application Main Name Configuration Laziness Breaking the chain Abstract Tasks The Celery library must be instantiated before use, this instance is called an application0 码力 | 1215 页 | 1.44 MB | 1 年前3
共 49 条
- 1
- 2
- 3
- 4
- 5













