mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update cronjobs.md
some old images remain
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Edit a CronJob
|
||||
|
||||
Reference in New Issue
Block a user