[boardgames] Move importer from IMAP to WebDAV
All checks were successful
build & deploy / test (push) Successful in 2m12s
build & deploy / build-and-deploy (push) Successful in 31s

This commit is contained in:
2026-05-22 12:40:48 -04:00
parent 41890d14d9
commit dd2f44e72f
4 changed files with 80 additions and 11 deletions

View File

@ -140,10 +140,11 @@ CELERY_BEAT_SCHEDULE = {
"task": "scrobbles.tasks.import_from_webdav_all_users",
"schedule": crontab(minute="*/2"),
},
"import-from-imap": {
"task": "scrobbles.tasks.import_from_imap_all_users",
"schedule": crontab(minute="*/4"),
},
# Deprecated: BG Stats files now picked up from WebDAV var/bgstats/
# "import-from-imap": {
# "task": "scrobbles.tasks.import_from_imap_all_users",
# "schedule": crontab(minute="*/4"),
# },
"import-from-lichess": {
"task": "scrobbles.tasks.import_from_lichess_all_users",
"schedule": crontab(minute="*/20"),