Schedules

The schedules feature provides an ability to execute a lambda function periodically or at some particular specified time or at regular intervals between some time range. This feature will only work for non-parameterized 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, and description, select the scheduler type from the Repeat dropdown that suits your use case, and select/fill in the details for the selected scheduler type and save it.

Code > Schedules > Add New

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

Code > Schedules

Last updated