This topic was automatically generated from Slack. You can find the original thread here.
Trying to understand how Pipedream works. Does the interval mean that all actions will wait for 1 minute before execution? I have an online course website project and want to integrate a payment gateway. Does it mean that if 5 clients add items to their cart and check out, they will be queued with a 1-minute interval between each action?
If you set the workflow to run 1 worker at a time, yes. For payment purposes, you’ll want the WF to hit the payment endpoint and respond immediately so you shouldn’t queue the WF