SchedulerΒΆ
Scheduler defines when and what connection should be performed. All CRUD actions are on one page. To add a new job for scheduler you need to fill out 2 required fields: title, connection; and two optional fields: logs and cron expression. As a default logs are deactivated.
The definition of the cron expression can be done easily with the cron generator
. Here you can choose the exactly or each timestamp when the job should
be triggered. Setting all data, you will see a list of the nearest triggering timestamps.
The list of schedules displays next information: title, connection, cron, time of last success trigger, time of last failed trigger, duration time, logs and status.
The title you can change directly inline double clicking on its text.
If background of status is grey, it means that job was not still triggered, if green - last performance was successful and red, if it was failed. There is also a switcher that gives you an ability to enable or disable schedule. If the cron job of the schedule was not set, then you cannot change the status.
The Action column has five additional icons: - edit,
- start job (immediately),
- webhook,
- notifications,
- delete.
Clicking on the webhook the application creates a webhook for the specific connection.
Due to it the user can trigger this connection using only url. To get
this url, just click on the . The url is stored in the
buffer. Now you can paste it where you need.
Notifications are such functionality that allows you to be notified via emails when
pre, post or alert event happens. You can also apply the same notification for multiple
schedules. Just select needed schedules and press on the notification button.
After clicking on add, provide name, event, notification type.
Choosing type you need to select template of that type and recipients who gets a notification.
After creating the notification you will see a list of notifications and search to look for them by name, event or notification type. Also, you can update or delete the corresponding notification, if you mouse over on one of them and click on the icon.
Update schedule gives an opportunity to update the name of the schedule.
There are three additional multiple actions for the selected schedules: start - trigger schedules, enable and disable which are on and off the jobs.
Current triggering schedules are displayed down after the list. You can follow the process.