Celery 3.1 Documentationimplemented in any language. So far there’s RCelery for the Ruby programming language, node-celery for Node.js and a PHP client. Language interoperability can also be achieved by using webhooks. What do I need tasks in MongoDB, you should see MongoDB backend settings. Using Amazon SQS Experimental Status 18 Chapter 2. Contents Celery Documentation, Release 3.1.25 The SQS transport is in need of improvements xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] • Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together0 码力 | 607 页 | 2.27 MB | 1 年前3
Celery 3.1 Documentationcom/rcelery/] for the Ruby programming language, node-celery [https://github.com/mher/node-celery] for Node.js and a PHP client [https://github.com/gjedeer/celery-php]. Language interoperability can also be xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together res = group(add.s(i, i) for i in xrange(10))() >>> res.get(timeout=1) [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Simple chord The chord primitive enables us to add callback to be called when all of the tasks in0 码力 | 887 页 | 1.22 MB | 1 年前3
Celery 4.0 Documentationany language. In addition to Python there’s node-celery [https://github.com/mher/node-celery] for Node.js, and a PHP client [https://github.com/gjedeer/celery-php]. Language interoperability can also be xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together res = group(add.s(i, i) for i in xrange(10))() >>> res.get(timeout=1) [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Simple chord The chord primitive enables us to add a callback to be called when all of the tasks0 码力 | 1042 页 | 1.37 MB | 1 年前3
Celery 3.0 Documentationbut the protocol can be implemented in any language. In addition to Python there’s node-celery for Node.js, and a PHP client. Language interoperability can also be achieved exposing an HTTP endpoint and using the celery inspect and celery control commands (and other tools using the remote control API). 18 Chapter 2. Contents Celery Documentation, Release 4.0.0 2.2.3 First Steps with Celery Celery is xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] • Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together0 码力 | 703 页 | 2.60 MB | 1 年前3
Celery v4.0.1 Documentationany language. In addition to Python there’s node-celery [https://github.com/mher/node-celery] for Node.js, and a PHP client [https://github.com/gjedeer/celery-php]. Language interoperability can also be xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together res = group(add.s(i, i) for i in xrange(10))() >>> res.get(timeout=1) [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Simple chord The chord primitive enables us to add a callback to be called when all of the tasks0 码力 | 1040 页 | 1.37 MB | 1 年前3
Celery v4.0.2 Documentationany language. In addition to Python there’s node-celery [https://github.com/mher/node-celery] for Node.js, and a PHP client [https://github.com/gjedeer/celery-php]. Language interoperability can also be xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together res = group(add.s(i, i) for i in xrange(10))() >>> res.get(timeout=1) [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Simple chord The chord primitive enables us to add a callback to be called when all of the tasks0 码力 | 1042 页 | 1.37 MB | 1 年前3
Celery v4.1.0 Documentationbut the protocol can be implemented in any language. In addition to Python there’s node-celery for Node.js, and a PHP client. Language interoperability can also be achieved exposing an HTTP endpoint and RabbitMQ Stable Yes Yes Redis Stable Yes Yes Amazon SQS Stable No No Zookeeper Experimental No No 18 Chapter 2. Contents Celery Documentation, Release 4.1.0 Experimental brokers may be functional but xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] • Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] 32 Chapter 2. Contents Celery Documentation0 码力 | 714 页 | 2.63 MB | 1 年前3
Celery v4.0.1 Documentationbut the protocol can be implemented in any language. In addition to Python there’s node-celery for Node.js, and a PHP client. Language interoperability can also be achieved exposing an HTTP endpoint and RabbitMQ Stable Yes Yes Redis Stable Yes Yes Amazon SQS Stable No No Zookeeper Experimental No No 18 Chapter 2. Contents Celery Documentation, Release 4.0.1 Experimental brokers may be functional but xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] • Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] 32 Chapter 2. Contents Celery Documentation0 码力 | 705 页 | 2.63 MB | 1 年前3
Celery v4.1.0 Documentationany language. In addition to Python there’s node-celery [https://github.com/mher/node-celery] for Node.js, and a PHP client [https://github.com/gjedeer/celery-php]. Language interoperability can also be xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together res = group(add.s(i, i) for i in xrange(10))() >>> res.get(timeout=1) [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] Simple chord The chord primitive enables us to add a callback to be called when all of the tasks0 码力 | 1057 页 | 1.35 MB | 1 年前3
Celery v4.0.0 Documentationbut the protocol can be implemented in any language. In addition to Python there’s node-celery for Node.js, and a PHP client. Language interoperability can also be achieved exposing an HTTP endpoint and using the celery inspect and celery control commands (and other tools using the remote control API). 18 Chapter 2. Contents Celery Documentation, Release 4.0.0 2.2.3 First Steps with Celery Celery is xrange(10))().get() [0, 2, 4, 6, 8, 10, 12, 14, 16, 18] • Partial group >>> g = group(add.s(i) for i in xrange(10)) >>> g(10).get() [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] Chains Tasks can be linked together0 码力 | 701 页 | 2.59 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6













