From 9e7d6d3e0d85d16726f7d4af8195ff76dce1859c Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Sat, 6 Sep 2025 15:40:25 -0700 Subject: [PATCH] docs(automate): Restore env var footgun in example --- docs/source/guides/getting_started/automating_downloads.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/guides/getting_started/automating_downloads.rst b/docs/source/guides/getting_started/automating_downloads.rst index 6c0e9afd..094a5f1f 100644 --- a/docs/source/guides/getting_started/automating_downloads.rst +++ b/docs/source/guides/getting_started/automating_downloads.rst @@ -22,6 +22,8 @@ environment variable: ytdl-sub: environment: CRON_SCHEDULE: "0 */6 * * *" + # WARNING: See "Getting Started" -> "Automating" docs regarding throttles/bans: + # CRON_RUN_ON_START: false Then recreate the container to apply the change and start it to generate the default ``/config/ytdl-sub-configs/cron`` script. Read the comments in that script and edit as