mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
better wording for scheduler frequency, #358
This commit is contained in:
parent
eda56236ce
commit
0e8d3b76c1
@ -102,7 +102,7 @@ Examples:
|
|||||||
NOTE:
|
NOTE:
|
||||||
- Changes in the scheduler settings require a container restart to take effect.
|
- Changes in the scheduler settings require a container restart to take effect.
|
||||||
- Cron format as *number*/*number* are none standard cron and are not supported by the scheduler, for example **0 0/12 \*** is invalid, use **0 \*/12 \*** instead.
|
- Cron format as *number*/*number* are none standard cron and are not supported by the scheduler, for example **0 0/12 \*** is invalid, use **0 \*/12 \*** instead.
|
||||||
- Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason * or wildcards for minutes are not supported.
|
- Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason, the scheduler doesn't support schedules that trigger more than once per hour.
|
||||||
|
|
||||||
## Rescan Subscriptions
|
## Rescan Subscriptions
|
||||||
That's the equivalent task as run from the downloads page looking through your channel and playlist and add missing videos to the download queue.
|
That's the equivalent task as run from the downloads page looking through your channel and playlist and add missing videos to the download queue.
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<p>Note:</p>
|
<p>Note:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Changes in the scheduler settings require a container restart to take effect.</li>
|
<li>Changes in the scheduler settings require a container restart to take effect.</li>
|
||||||
<li>Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason <i>*</i> or <i>wildcard</i> for minutes is not supported.</li>
|
<li>Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason, the scheduler doesn't support schedules that trigger more than once per hour.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user