Celery v4.1.0 Documentation
Features Framework Integration Quick Jump Installation Brokers Broker Instructions Broker Overview First Steps with Celery Choosing a Broker Installing Celery Application Running the Celery worker server via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system HTTP endpoint and having a task that requests it (webhooks). What do I need? Celery requires a message transport to send and receive messages. The RabbitMQ and Celery version 4.0 runs on Python ❨2.70 码力 | 1057 页 | 1.35 MB | 1 年前3Celery v4.0.1 Documentation
Features Framework Integration Quick Jump Installation Brokers Broker Instructions Broker Overview First Steps with Celery Choosing a Broker Installing Celery Application Running the Celery worker server via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system HTTP endpoint and having a task that requests it (webhooks). What do I need? Celery requires a message transport to send and receive messages. The RabbitMQ and Celery version 4.0 runs on Python ❨2.70 码力 | 1040 页 | 1.37 MB | 1 年前3Celery v4.0.2 Documentation
Features Framework Integration Quick Jump Installation Brokers Broker Instructions Broker Overview First Steps with Celery Choosing a Broker Installing Celery Application Running the Celery worker server via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system HTTP endpoint and having a task that requests it (webhooks). What do I need? Celery requires a message transport to send and receive messages. The RabbitMQ and Celery version 4.0 runs on Python ❨2.70 码力 | 1042 页 | 1.37 MB | 1 年前3Celery 4.0 Documentation
Features Framework Integration Quick Jump Installation Brokers Broker Instructions Broker Overview First Steps with Celery Choosing a Broker Installing Celery Application Running the Celery worker server via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system HTTP endpoint and having a task that requests it (webhooks). What do I need? Celery requires a message transport to send and receive messages. The RabbitMQ and Celery version 4.0 runs on Python ❨2.70 码力 | 1042 页 | 1.37 MB | 1 年前3Celery v4.1.0 Documentation
via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system Contents Celery Documentation, Release 4.1.0 Celery requires a message transport to send and receive messages. The RabbitMQ and Redis broker transports are feature complete, but there’s also support for one of the simplest applications you can make: from celery import Celery app = Celery('hello', broker='amqp://guest@localhost//') @app.task def hello(): return 'hello world' • Highly Available Workers0 码力 | 714 页 | 2.63 MB | 1 年前3Celery v4.0.1 Documentation
via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system Contents Celery Documentation, Release 4.0.1 Celery requires a message transport to send and receive messages. The RabbitMQ and Redis broker transports are feature complete, but there’s also support for one of the simplest applications you can make: from celery import Celery app = Celery('hello', broker='amqp://guest@localhost//') @app.task def hello(): return 'hello world' • Highly Available Workers0 码力 | 705 页 | 2.63 MB | 1 年前3Celery 4.0 Documentation
via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system Contents Celery Documentation, Release 4.0.2 Celery requires a message transport to send and receive messages. The RabbitMQ and Redis broker transports are feature complete, but there’s also support for one of the simplest applications you can make: from celery import Celery app = Celery('hello', broker='amqp://guest@localhost//') @app.task def hello(): return 'hello world' • Highly Available Workers0 码力 | 707 页 | 2.63 MB | 1 年前3Celery v4.0.2 Documentation
via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system Contents Celery Documentation, Release 4.0.2 Celery requires a message transport to send and receive messages. The RabbitMQ and Redis broker transports are feature complete, but there’s also support for one of the simplest applications you can make: from celery import Celery app = Celery('hello', broker='amqp://guest@localhost//') @app.task def hello(): return 'hello world' • Highly Available Workers0 码力 | 707 页 | 2.63 MB | 1 年前3Celery 3.0 Documentation
via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system open any issues related to that platform. Celery requires a message transport to send and receive messages. The RabbitMQ and Redis broker transports are feature complete, but there’s also support for one of the simplest applications you can make: from celery import Celery app = Celery('hello', broker='amqp://guest@localhost//') @app.task def hello(): return 'hello world' • Highly Available Workers0 码力 | 703 页 | 2.60 MB | 1 年前3Celery v4.0.0 Documentation
via messages, usually using a broker to mediate between clients and workers. To initiate a task the client adds a message to the queue, the broker then delivers that message to a worker. A Celery system open any issues related to that platform. Celery requires a message transport to send and receive messages. The RabbitMQ and Redis broker transports are feature complete, but there’s also support for one of the simplest applications you can make: from celery import Celery app = Celery('hello', broker='amqp://guest@localhost//') @app.task def hello(): return 'hello world' • Highly Available Workers0 码力 | 701 页 | 2.59 MB | 1 年前3
共 535 条
- 1
- 2
- 3
- 4
- 5
- 6
- 54