Skip to main content

Creating a time based schedule

To create a schedule that runs at a specific time first click the create button, then name it and create a trigger. If we want to start the server at 12pm for example we'd do the following. 0 0 12 * * * Starts the server at 12pm exactly. It's important we set the second and minute to 0. 

image.png

Next we need to add our action, in this example we want to start the server