Celery 2.5 Documentationnet/] Samhain [http://la-samhna.de/samhain/index.html] Open Source Tripwire [http://sourceforge.net/projects/tripwire/] AIDE [http://aide.sourceforge.net/] Also, the ZFS [http://en.wikipedia.org/wiki/ZFS] supports the pylibmc [http://sendapatch.se/projects/pylibmc/] and python- memcached libraries. The latter is used only if pylibmc [http://sendapatch.se/projects/pylibmc/] is not installed. CELERY_CACHE_BACKEND should run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Example Django configuration Using Virtualenv0 码力 | 647 页 | 1011.88 KB | 1 年前3
Celery 2.0 Documentationsupports the pylibmc [http://sendapatch.se/projects/pylibmc/] and python- memcached libraries. The latter is used only if pylibmc [http://sendapatch.se/projects/pylibmc/] is not installed. Example configuration CELERYD_CHDIR="/opt/Project/" # Path to celeryd CELERYD="/opt/Project/manage.py celeryd" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options CELERYD_OPTS Additional using django-celery: # Where the Django project is. CELERYD_CHDIR="/opt/Project/" # Name of the projects settings module. DJANGO_SETTINGS_MODULE="settings" # Path to celeryd CELERYD="/opt/Project/manage0 码力 | 284 页 | 332.71 KB | 1 年前3
Celery 3.1 Documentationimport it. In this tutorial you will keep everything contained in a single module, but for larger projects you want to create a dedicated module. Let’s create the file tasks.py: from celery import Celery CELERY_RESULT_SERIALIZER='json', CELERY_TIMEZONE='Europe/Oslo', CELERY_ENABLE_UTC=True, ) For larger projects using a dedicated configuration module is useful, in fact you are discouraged from hard coding periodic in the documentation, i.e. proj:app for a single contained module, and proj.celery:app for larger projects. Calling Tasks You can call a task using the delay() method: >>> add.delay(2, 2) This method0 码力 | 887 页 | 1.22 MB | 1 年前3
Celery 2.4 Documentationsupports the pylibmc [http://sendapatch.se/projects/pylibmc/] and python- memcached libraries. The latter is used only if pylibmc [http://sendapatch.se/projects/pylibmc/] is not installed. CELERY_CACHE_BACKEND should run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Example Django configuration Using Virtualenv should run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options CELERYD_NODES Node0 码力 | 543 页 | 957.42 KB | 1 年前3
Celery 2.1 Documentationsupports the pylibmc [http://sendapatch.se/projects/pylibmc/] and python- memcached libraries. The latter is used only if pylibmc [http://sendapatch.se/projects/pylibmc/] is not installed. CELERY_CACHE_BACKEND CELERYD_CHDIR="/opt/Project/" # Path to celeryd CELERYD="/opt/Project/manage.py celeryd" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options CELERYD_OPTS Additional using django-celery: # Where the Django project is. CELERYD_CHDIR="/opt/Project/" # Name of the projects settings module. DJANGO_SETTINGS_MODULE="settings" # Path to celeryd CELERYD="/opt/Project/manage0 码力 | 463 页 | 861.69 KB | 1 年前3
Celery 2.3 Documentationsupports the pylibmc [http://sendapatch.se/projects/pylibmc/] and python- memcached libraries. The latter is used only if pylibmc [http://sendapatch.se/projects/pylibmc/] is not installed. CELERY_CACHE_BACKEND should run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options CELERYD_NODES Node /etc/default/celerybeat: # Where the Django project is. CELERYBEAT_CHDIR="/opt/Project/" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" # Path to celerybeat CELERYBEAT="/opt/Project/manage0 码力 | 530 页 | 900.64 KB | 1 年前3
Celery 2.2 Documentationsupports the pylibmc [http://sendapatch.se/projects/pylibmc/] and python- memcached libraries. The latter is used only if pylibmc [http://sendapatch.se/projects/pylibmc/] is not installed. CELERY_CACHE_BACKEND should run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options CELERYD_NODES Node CELERYD_CHDIR="/opt/Project/" # Path to celeryd CELERYD="/opt/Project/manage.py celeryd" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options CELERYD_OPTS Additional0 码力 | 505 页 | 878.66 KB | 1 年前3
Celery 2.5 Documentationshould run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Example Django configuration Using Virtualenv should run as an unprivileged user. CELERYD_USER="celery" CELERYD_GROUP="celery" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" Available options • CELERYD_NODES Node /etc/default/celerybeat: # Where the Django project is. CELERYBEAT_CHDIR="/opt/Project/" # Name of the projects settings module. export DJANGO_SETTINGS_MODULE="settings" # Path to celerybeat CELERYBEAT="/opt/Project/manage0 码力 | 400 页 | 1.40 MB | 1 年前3
Celery v4.0.1 Documentationto import it. In this tutorial we keep everything contained in a single module, but for larger projects you want to create a dedicated module. Let’s create the file tasks.py: from celery import Celery content result_serializer='json', timezone='Europe/Oslo', enable_utc=True, ) For larger projects using a dedicated configuration module is useful, in fact you’re discouraged from hard coding periodic documentation – that is, proj:app for a single contained module, and proj.celery:app for larger projects. Calling Tasks You can call a task using the delay() method: >>> add.delay(2, 2) This method0 码力 | 1040 页 | 1.37 MB | 1 年前3
Celery v4.0.2 Documentationto import it. In this tutorial we keep everything contained in a single module, but for larger projects you want to create a dedicated module. Let’s create the file tasks.py: from celery import Celery content result_serializer='json', timezone='Europe/Oslo', enable_utc=True, ) For larger projects using a dedicated configuration module is useful, in fact you’re discouraged from hard coding periodic documentation – that is, proj:app for a single contained module, and proj.celery:app for larger projects. Calling Tasks You can call a task using the delay() method: >>> add.delay(2, 2) This method0 码力 | 1042 页 | 1.37 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6













