How many jobs can wait at the pending level?

I want to start jobs using API from Postman. How many jobs can wait at the pending level in Orchestrator? What’s the limit?

Each robot can have only 1 job queued of certain process (Orchestrator - Job States). So it depends on your robots and which processes you are going to start.

Sorry I guess you couldn’t understand what I meant to
For example I sent 166 Job Request to single machine with API from Postman, one of these job was running and less was waiting in “Pending” situation. What’s the limit for it?

I think there’s no limitation in case you start a different process.

In UiPath, the number of jobs that can wait at the pending level depends on several factors such as the available resources (like robots and licenses), the capacity of your Orchestrator server, and any limitations or restrictions set within your automation environment. There isn’t a fixed number that universally applies as it can vary greatly depending on your specific setup and configurations. It’s best to consult your Orchestrator documentation or your system administrator for precise details regarding your setup.

@gururaser

If same process is being triggered…then only one job can be in pending…

If triggering on different machines and users then one per each combination

Cheers