Skip to content

Script scheduling

Iaroslav Shepilov edited this page Feb 7, 2021 · 2 revisions

Script server has a possibility to schedule a script for future execution, either once or repeatedly.
By default this feature is disabled, since many scripts are useful only on demand (for example, password generation).
You can enable scheduling for a script using the following configuration: Configuration: https://github.com/bugy/script-server/wiki/Script-config#scheduling

When scheduling is enabled, users will see a "schedule" button near "execute" button.

By using this button, they can schedule one-time execution in the future or repeatedly.

The execution will be performed with parameter values selected by the user, before pressing "schedule" button.

Scheduled scripts are stored in conf/schedules folder.

If script configuration is changed and scheduled execution is not valid anymore (e.g. missing new required values), then scheduled execution will be skipped.

Clone this wiki locally