This topic was automatically generated from Slack. You can find the original thread here.
In the pricing plans - what is the schedule interval? After a webinar I’ll have a few people registering for the recordings and that may occur within the same minute. On my basic plan will I get a failed workflow?
Hi Marc, that feature on plans means the maximum frequency for a given workflow. i.e. if you run a workflow on a schedule, you can set the workflow to run at most once a minute, or once a second, depending on the plan.
If you’re using a built-in event source or receiving data from a webhook, this limit won’t affect you — you can process more than one event in any interval (up to the default rate limits). It’s just the max interval you can set for polling triggers.
And within a given execution, you can do anything you’d like (e.g. fetch data for many users / records).
Right so its the workflow admin-defined schedule. Its one of the only items in the feature table that doesn’t have a tool tip description so I just wanted to clarify. Thanks!