Define a scheduler for Stedi functionsJune 19, 2023
You can now define a scheduler to automatically invoke Stedi Functions.
Quickly set up a basic scheduler in the Functions UI that runs your function after a specific number of minutes, hours, or days. You can also define an advanced scheduler with custom expressions.
- Use
rate
expressions to invoke a function at regular intervals, such as every fifteen minutes. - Use
cron
expressions when you want to invoke a function periodically at a specific time, such as at 8:00 AM (UTC+0) every first day of the month.
Functions is a compute service that lets you run code without managing servers. You can use functions to respond to Stedi Core events, integrate Stedi with external systems, and define functionality to fulfill any EDI integration requirement.