mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
🐛(backend) correctly configure celery beat to run wopi configuration
The celery beat configuration was not working correctly, we installed the database scheduler but we didn't configure it correctly. We prefer removing this scheduler to use the default one. Instead, the crontab part can be configured using environment variable. By default it will be run every night at 3AM.
This commit is contained in:
@@ -31,6 +31,7 @@ db.sqlite3
|
||||
.mypy_cache
|
||||
.pylint.d
|
||||
.pytest_cache
|
||||
**/celerybeat-schedule*
|
||||
|
||||
# Frontend
|
||||
node_modules
|
||||
|
||||
Reference in New Issue
Block a user