[settings] Temp disable webdav imports
All checks were successful
build & deploy / test (push) Successful in 1m54s
build & deploy / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-05-26 09:05:16 -04:00
parent 2fac5815b1
commit 760d453165

View File

@ -142,10 +142,10 @@ CELERY_BEAT_SCHEDULE = {
"task": "scrobbles.tasks.import_from_lastfm_all_users",
"schedule": crontab(minute="*/30"),
},
"import-from-webdav": {
"task": "scrobbles.tasks.import_from_webdav_all_users",
"schedule": crontab(minute="*/2"),
},
# "import-from-webdav": {
# "task": "scrobbles.tasks.import_from_webdav_all_users",
# "schedule": crontab(minute="*/2"),
# },
# Deprecated: BG Stats files now picked up from WebDAV var/bgstats/
# "import-from-imap": {
# "task": "scrobbles.tasks.import_from_imap_all_users",