Update cronjobs.md

some old images remain
This commit is contained in:
p3t4rc
2025-04-30 13:45:39 +02:00
committed by GitHub
parent 23e2cddf4b
commit 85060af0a8

View File

@@ -6,7 +6,7 @@ sidebar_position: 1
A cron job is a Linux command used to schedule tasks for future execution. It allows you to automate repetitive tasks, such as sending notifications or running scripts at specific intervals.
![cronjobs_list.png](/img/panel/v1/advanced/cronjobs_list.png)
![cronjobs.png](/img/panel/v2/cronjobsmain.png)
On the CronJobs page you can view currently scheduled tasks, create new, edit or delete them.
@@ -17,11 +17,15 @@ The TimeZone setting is handy for running scheduled [cronjobs](/docs/panel/advan
## Add a CronJob
To create a new cronjob click on the 'Create CronJob' button and in the new form set the script to be executed and desired schedule.
To create a new cronjob click on the 'Create CronJob' button and in the new form set the script to be executed, choose a container to execute the script and the desired schedule.
![cronjobs_new.png](/img/panel/v1/advanced/cronjobs_new.png)
![cronjobs_new.png](/img/panel/v2/cronjobs.png)
The first field allows you to set a predefined schedule:
The first field allows you to choose the container which is going to be running the script.
![cronjobs_container.png](/img/panel/v2/cronjobs_container.png)
The second field allows you to set a predefined (common) schedule:
- Once per minute
- Once per 5 minutes
@@ -34,7 +38,7 @@ The first field allows you to set a predefined schedule:
- Once per month
- Once per year
![cronjobs_new_predefined.png](/img/panel/v1/advanced/cronjobs_new_predefined.png)
![cronjobs_new_predefined.png](/img/panel/v2/cronjobs_common.png)
## Edit a CronJob