Schedules

Schedules feature provides an ability to execute a lambda function periodically or at some particular specified time or at regular interval between some time range. This feature will only work for non parameterised Lambda/FaaS functions.

To create a schedule, go to Code > Schedules and click on Add New button. Select the Lambda/FaaS function from the dropdown list, enter the other basic details - name, description, select scheduler type from Repeat dropdown that suits your use case and select/fill the details for selected scheduler type and save it.

Now to start the scheduler click on the Start button available in the actions for created schedule on Schedule listing page.

Last updated