🐛(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:
Manuel Raynaud
2026-02-02 08:05:18 +01:00
parent 82cf211b88
commit 46d61a9c76
8 changed files with 42 additions and 46 deletions
+1
View File
@@ -31,6 +31,7 @@ db.sqlite3
.mypy_cache
.pylint.d
.pytest_cache
**/celerybeat-schedule*
# Frontend
node_modules