Mise à jour commentaire

This commit is contained in:
Jean-Marie Favreau 2025-02-09 15:09:27 +01:00
parent fc579998ca
commit ddc309475c

View File

@ -437,7 +437,7 @@ def update_orphan_pure_import_events(self):
app.conf.beat_schedule = {
"daily_orphans_update": {
"task": "agenda_culturel.celery.update_orphan_pure_import_events",
# Daily imports at 3:14 a.m.
# Update of orphan events at 2:22 a.m.
"schedule": crontab(hour=2, minute=22),
},
"daily_imports": {