Add Streamlit Docker auto-sync deployment

This commit is contained in:
2026-05-14 21:19:34 +02:00
parent d9f251b2fc
commit 9e4599718d
10 changed files with 291 additions and 5 deletions

View File

@@ -20,6 +20,16 @@ spotify:
# - when false: favorites can only be synced manually via --sync-favorites argument
sync_favorites_default: true
# unattended Streamlit/Docker sync
# The daily job syncs playlists marked with "Watch" in the Streamlit app.
auto_sync:
enabled: false
daily_at: "03:00"
timezone: Europe/Berlin
run_on_startup: false
sync_external: false
sync_favorites: false
# increasing these parameters should increase the search speed, while decreasing reduces likelihood of 429 errors
max_concurrency: 10 # max concurrent connections at any given time
rate_limit: 10 # max sustained connections per second