Celery 2.5 Documentation
Documentation Installation Brokers Using RabbitMQ Using Redis Using SQLAlchemy Using the Django Database Using MongoDB Using CouchDB Using Beanstalk First steps with Celery Choosing your Broker Creating result store backend. You can wait for the result, retrieve it later, or ignore it. Result Stores Database, MongoDB, Redis, Cassandra, or AMQP (message notification). Webhooks Your tasks can also be HTTP several message transport alternatives. Using RabbitMQ Using Redis Using SQLAlchemy Using the Django Database Using MongoDB Using CouchDB Using Beanstalk © Copyright 2009-2012, Ask Solem & Contributors. index0 码力 | 647 页 | 1011.88 KB | 1 年前3Celery 2.5 Documentation
result store backend. You can wait for the result, retrieve it later, or ignore it. Result Stores Database, MongoDB, Redis, Cassandra, or AMQP (message notification). Web- hooks Your tasks can also be Configuration Configuration is easy, set the transport, and configure the location of your Redis database: BROKER_URL = "redis://localhost:6379/0" Where the URL is in the format of: redis://userid:p 1.2.3 Using SQLAlchemy Installation Configuration Celery needs to know the location of your database, which should be the usual SQLAlchemy connection string, but with ‘sqla+’ prepended to it: BROKER_URL0 码力 | 400 页 | 1.40 MB | 1 年前3Celery 3.1 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quickjump I want to ⟶ get the return value of a task use logging from my task Instructions Using RabbitMQ Using Redis Experimental Transports Using SQLAlchemy Using the Django Database Using MongoDB Using Amazon SQS Using CouchDB Using Beanstalk Using IronMQ Broker Overview This -U celery[redis] Configuration Configuration is easy, just configure the location of your Redis database: BROKER_URL = 'redis://localhost:6379/0' Where the URL is in the format of: redis://:passwor0 码力 | 887 页 | 1.22 MB | 1 年前3Celery 3.1 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quickjump I want to • get the return value of a task • use logging from my -U celery[redis] Configuration Configuration is easy, just configure the location of your Redis database: BROKER_URL = 'redis://localhost:6379/0' Where the URL is in the format of: redis://:passwor on port 6379, using database 0. If a unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 607 页 | 2.27 MB | 1 年前3Celery v4.4.5 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quick Jump I want to ⟶ get the return value of a task use logging from my task "celery[redis]" Configuration Configuration is easy, just configure the location of your Redis database: app.conf.broker_url = 'redis://localhost:6379/0' Where the URL is in the format of: redis:/ on port 6379, using database 0. If a Unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 1215 页 | 1.44 MB | 1 年前3Celery 4.4.3 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quick Jump I want to ⟶ get the return value of a task use logging from my task "celery[redis]" Configuration Configuration is easy, just configure the location of your Redis database: app.conf.broker_url = 'redis://localhost:6379/0' Where the URL is in the format of: redis:/ on port 6379, using database 0. If a Unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 1209 页 | 1.44 MB | 1 年前3Celery v4.4.4 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quick Jump I want to ⟶ get the return value of a task use logging from my task "celery[redis]" Configuration Configuration is easy, just configure the location of your Redis database: app.conf.broker_url = 'redis://localhost:6379/0' Where the URL is in the format of: redis:/ on port 6379, using database 0. If a Unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 1215 页 | 1.44 MB | 1 年前3Celery v4.4.6 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quick Jump I want to ⟶ get the return value of a task use logging from my task "celery[redis]" Configuration Configuration is easy, just configure the location of your Redis database: app.conf.broker_url = 'redis://localhost:6379/0' Where the URL is in the format of: redis:/ on port 6379, using database 0. If a Unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 1216 页 | 1.44 MB | 1 年前3Celery v4.4.7 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quick Jump I want to ⟶ get the return value of a task use logging from my task "celery[redis]" Configuration Configuration is easy, just configure the location of your Redis database: app.conf.broker_url = 'redis://localhost:6379/0' Where the URL is in the format of: redis:/ on port 6379, using database 0. If a Unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 1219 页 | 1.44 MB | 1 年前3Celery v4.0.1 Documentation
but they can make development easier, and sometimes they add important hooks like closing database connections at fork(2). Quick Jump I want to ⟶ get the return value of a task use logging from my task "celery[redis]" Configuration Configuration is easy, just configure the location of your Redis database: app.conf.broker_url = 'redis://localhost:6379/0' Where the URL is in the format of: redis:/ on port 6379, using database 0. If a Unix socket connection should be used, the URL needs to be in the format: redis+socket:///path/to/redis.sock Specifying a different database number when using a0 码力 | 1040 页 | 1.37 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6