docs(automate): False simultaneous run warning

This commit is contained in:
Ross Patterson 2025-09-06 01:53:22 -07:00
parent 3e10633333
commit 97628e54b2
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -43,8 +43,8 @@ schedule.
will run *whenever* the container starts including when the host reboots, when ``# will run *whenever* the container starts including when the host reboots, when ``#
dockerd`` is upgraded, when a new image is pulled, when something applies Compose dockerd`` is upgraded, when a new image is pulled, when something applies Compose
changes, etc.. This may result in running ``ytdl-sub`` right before or after the next changes, etc.. This may result in running ``ytdl-sub`` right before or after the next
cron scheduled run or even at the same time on top of each other. Instead, run your cron scheduled run. Instead, run your cron script manually inside the running
cron script manually inside the running container as needed: container as needed:
.. code-block:: console .. code-block:: console