weixin_39593460
2020-12-04 23:13beat_schedule_filename is created even if Django is selected.
Hi there,
It appears that the BEAT_SCHEDULE_FILENAME
is still created even if django-celery-beat is used. It doesn't appear to be used (based on timestamp changing) but it is still created.
Low priority but it is confusing to tell whether it's using the django database or not.
FYI - I'm launching this in my test env as follows.
celery -A celery_app worker --events --beat -S django -l DEBUG
This command is in alignment with the docs and it makes sense that it creates the django.db
as the -S
option defines the filename.
To verify that its working I needed to set BEAT_SYNC_EVERY = 1
and then watch the Django database.
该提问来源于开源项目:celery/django-celery-beat
- 点赞
- 回答
- 收藏
- 复制链接分享
4条回答
为你推荐
- Django 从前端页面调用用ajax POST无法跳转
- django
- json
- ajax
- 2个回答
- django框架,page not found问题
- django
- 1个回答
- python更新pip失败,困扰了我好久
- python
- 8个回答
- 如何将自己的Django项目部署到阿里云服务器
- html5
- django
- 开发语言
- python
- mysql
- 3个回答
- django 动态创建数据库连接
- django
- python
- 2个回答
换一换