I need some clarity on a couple of points, and I’d really appreciate your help.
-
How many processes or jobs can we run at the same time? I understand that background processes can run simultaneously, but I’m trying to get a clear understanding of the limits and scenarios.
-
Bot Triggering Scenario: Suppose there are two bots scheduled or triggered one after the other. The first bot’s job is in a “Pending” state (not yet running). Will the second bot get triggered in this case? Please note that both bots are independent and not interlinked.
I’m aware that background bots (those not interacting with UI elements) can run multiple jobs concurrently. However, I’m confused about specific scenarios where the first bot being in a “Pending” state might block the second bot’s execution.