1 Star 0 Fork 0

橙子++/django-blast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
celerybeat.sysconfig 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
jwlin 提交于 2014-08-29 16:37 . add periodic task and celerybeat config
# In CentOS, contents should be placed in the file /etc/sysconfig/celeryd
# Available options: http://celery.readthedocs.org/en/latest/tutorials/daemonizing.html#init-script-celerybeat
# Where the Django project is.
CELERYBEAT_CHDIR="/usr/local/i5k"
# Absolute or relative path to the celery program
CELERY_BIN="/usr/local/i5k/virtualenv/py2.7/bin/celery"
# App instance to use (value for --app argument).
CELERY_APP="i5k"
# Beat run as an unprivileged user
#CELERYBEAT_USER="brandings"
#CELERYBEAT_GROUP="brandings"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hffqyd/django-blast.git
[email protected]:hffqyd/django-blast.git
hffqyd
django-blast
django-blast
master

搜索帮助