Does the Interval Function in Pipedream Cause a 1-Minute Delay Between Each Action for Online Payment Processing?

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?

Hi , you can read through Pipedream University to understand how Pipedream works: University - Pipedream

Also check out ours docs!

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