[settings] Check webdav every two minuts
All checks were successful
build / test (push) Successful in 2m13s
All checks were successful
build / test (push) Successful in 2m13s
This commit is contained in:
@ -145,7 +145,7 @@ CELERY_BEAT_SCHEDULE = {
|
|||||||
},
|
},
|
||||||
"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="*/3"),
|
"schedule": crontab(minute="*/2"),
|
||||||
},
|
},
|
||||||
# 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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user