[settings] Reactivate webdav and set time to 5 min
All checks were successful
build & deploy / test (push) Successful in 1m48s
build & deploy / build-and-deploy (push) Successful in 27s

This commit is contained in:
2026-05-26 09:33:43 -04:00
parent 664148e702
commit 7e75828012

View File

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