Workflows and concurrency

Hello,

We are calling Retool workflows with webhook as startTrigger from an external system (non-Retool) . Curious to know how many concurrent request Retool supports?. is there a limit to execute workflow instance or when it will fail executing workflows?

3 Likes

Hey @Parthib_Rathinam!

There's some documentation on Workflows rate limiting here.

Workflows support up to 200 requests every 10 seconds. If this limit is exceeded, subsequent runs may not execute.

Webhook-triggered workflows also support concurrent execution, allowing up to 50 runs at the same time. If a workflow reaches this concurrency limit, one of the runs must complete (whether successful or not) before another can start.

Let me know if that answers your question!

1 Like

Thank you :slightly_smiling_face: