docs(automate): Revert run start non-recommended
This commit is contained in:
parent
504d1fc865
commit
66b1118a34
1 changed files with 7 additions and 7 deletions
|
|
@ -38,13 +38,13 @@ schedule.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Using ``CRON_RUN_ON_START`` is not recommended because it may cause your cron script
|
Using ``CRON_RUN_ON_START`` may cause your cron script to run too often and may
|
||||||
to run too often and may trigger throttles and bans. When enabled, your cron script
|
trigger throttles and bans. When enabled, your cron script will run *whenever* the
|
||||||
will run *whenever* the container starts including when the host reboots, when ``#
|
container starts including when the host reboots, when ``# dockerd`` restarts such as
|
||||||
dockerd`` restarts such as when upgrading Docker itself, when a new image is pulled,
|
when upgrading Docker itself, when a new image is pulled, when something applies
|
||||||
when something applies Compose changes, etc.. This may result in running ``ytdl-sub``
|
Compose changes, etc.. This may result in running ``ytdl-sub`` right before or after
|
||||||
right before or after the next cron scheduled run. Instead, run your cron script
|
the next cron scheduled run. Instead, run your cron script manually inside the
|
||||||
manually inside the running container as needed:
|
running container as needed:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue