Celery 2.3 Documentation
$ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running ("myapp.tasks", ) ## Result store settings. CELERY_RESULT_BACKEND = "database" CELERY_RESULT_DBURI = "sqlite:///mydatabase.db" 71 Celery Documentation, Release 2.3.5 ## Broker settings. BROKER_HOST = "localhost" to configure it with an Connection String, some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"0 码力 | 334 页 | 1.25 MB | 1 年前3Celery 2.2 Documentation
$ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running ("myapp.tasks", ) ## Result store settings. CELERY_RESULT_BACKEND = "database" CELERY_RESULT_DBURI = "sqlite:///mydatabase.db" 67 Celery Documentation, Release 2.2.10 ## Broker settings. BROKER_HOST = "localhost" to configure it with an Connection String, some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"0 码力 | 314 页 | 1.26 MB | 1 年前3Celery 2.0 Documentation
("myapp.tasks", ) ## Result store settings. CELERY_RESULT_BACKEND = "database" CELERY_RESULT_DBURI = "sqlite:///mydatabase.db" ## Broker settings. BROKER_HOST = "localhost" BROKER_PORT = 5672 BROKER_VHOST to configure it with an Connection String, some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo" should be an SQLAlchemy Connection String, some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"0 码力 | 165 页 | 492.43 KB | 1 年前3Celery 2.2 Documentation
$ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running ("myapp.tasks", ) ## Result store settings. CELERY_RESULT_BACKEND = "database" CELERY_RESULT_DBURI = "sqlite:///mydatabase.db" ## Broker settings. BROKER_HOST = "localhost" BROKER_PORT = 5672 BROKER_VHOST org/docs/core/engines.html#database-urls], some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"0 码力 | 505 页 | 878.66 KB | 1 年前3Celery 2.3 Documentation
$ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running ("myapp.tasks", ) ## Result store settings. CELERY_RESULT_BACKEND = "database" CELERY_RESULT_DBURI = "sqlite:///mydatabase.db" ## Broker settings. BROKER_HOST = "localhost" BROKER_PORT = 5672 BROKER_VHOST org/docs/core/engines.html#database-urls], some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"0 码力 | 530 页 | 900.64 KB | 1 年前3Celery 2.5 Documentation
usual SQLAlchemy connection string, but with ‘sqla+’ prepended to it: BROKER_URL = "sqla+sqlite:///celerydb.sqlite" This transport uses only the BROKER_URL setting, which have to be an SQLAlchemy database examples using a selection of other SQLAlchemy Connection String‘s: # sqlite (filename) BROKER_URL = "sqla+sqlite:///celerydb.sqlite" # mysql BROKER_URL = "sqla+mysql://scott:tiger@localhost/foo" # postgresql $ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running0 码力 | 400 页 | 1.40 MB | 1 年前3Celery 2.0 Documentation
("myapp.tasks", ) ## Result store settings. CELERY_RESULT_BACKEND = "database" CELERY_RESULT_DBURI = "sqlite:///mydatabase.db" ## Broker settings. BROKER_HOST = "localhost" BROKER_PORT = 5672 BROKER_VHOST org/docs/dbengine.html#create-engine-url-arguments], some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo" org/docs/dbengine.html#create- engine-url-arguments], some examples include: # sqlite (filename) CELERY_RESULT_DBURI = "sqlite:///celerydb.sqlite" # mysql CELERY_RESULT_DBURI = "mysql://scott:tiger@localhost/foo"0 码力 | 284 页 | 332.71 KB | 1 年前3Celery 2.4 Documentation
transport: BROKER_TRANSPORT = "sqlalchemy" 2. Configure the database URI: BROKER_HOST = "sqlite:///celerydb.sqlite" Please see SQLAlchemy: Supported Databases for a table of supported databases. Some other String, examples: 1.2. Brokers 9 Celery Documentation, Release 2.4.7 # sqlite (filename) BROKER_HOST = "sqlite:///celerydb.sqlite" # mysql BROKER_HOST = "mysql://scott:tiger@localhost/foo" # postgresql $ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running0 码力 | 395 页 | 1.54 MB | 1 年前3Celery 2.4 Documentation
transport: BROKER_TRANSPORT = "sqlalchemy" 2. Configure the database URI: BROKER_HOST = "sqlite:///celerydb.sqlite" Please see SQLAlchemy: Supported Databases [http://www.sqlalchemy.org/docs/core/engines [http://www.sqlalchemy.org/docs/core/engines.html#database-urls], examples: # sqlite (filename) BROKER_HOST = "sqlite:///celerydb.sqlite" # mysql BROKER_HOST = "mysql://scott:tiger@localhost/foo" # postgresql $ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running0 码力 | 543 页 | 957.42 KB | 1 年前3Celery 2.5 Documentation
usual SQLAlchemy connection string, but with ‘sqla+’ prepended to it: BROKER_URL = "sqla+sqlite:///celerydb.sqlite" This transport uses only the BROKER_URL setting, which have to be an SQLAlchemy database [http://www.sqlalchemy.org/docs/core/engines.html#database-urls]‘s: # sqlite (filename) BROKER_URL = "sqla+sqlite:///celerydb.sqlite" # mysql BROKER_URL = "sqla+mysql://scott:tiger@localhost/foo" # postgresql $ djcelerymon Database tables will be created the first time the monitor is run. By default an sqlite3 database file named djcelerymon.db is used, so make sure this file is writeable by the user running0 码力 | 647 页 | 1011.88 KB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6