BE: add new Scheduled jobs feature

This commit is contained in:
Ad Schellevis
2025-10-08 20:58:07 +02:00
parent 62fa03a3db
commit eff2d8bfd5
2 changed files with 24 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ More information:
vendor/deciso/oidc
vendor/deciso/extended_dnsbl
vendor/deciso/userportal
vendor/deciso/scheduled_jobs

23
source/vendor/deciso/scheduled_jobs.rst vendored Normal file
View File

@@ -0,0 +1,23 @@
======================================
Scheduled jobs
======================================
Similar to the `cron <https://docs.opnsense.org/manual/settingsmenu.html#cron>`__ service, scheduled jobs can
execute certain predefined commands.
The difference is cron is used for periodic schedules, jobs handles one time planned events.
This feature is practical to plan automatic updates during maintenance slots or to shutdown the system if we know
electrical engineers are going to cut the power at a specific time.
A list of example commands can be found at the cron section of the manual.
======================================== =====================================================================================================
**Fieldname** **Purpose**
======================================== =====================================================================================================
Time Date and time the action should be performed
Until (s) When scheduled, counts down to the moment of execution
Command Configd command to execute
Parameters Optional parameters
Description Description to use for the job.
======================================== =====================================================================================================