Basico-PS / AutomationOrchestrator

Automation Orchestrator application to orchestrate and manage digital process automation (RPA)
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

Queue if already running in scheduling #74

Open patrickwreis opened 11 months ago

patrickwreis commented 11 months ago

When I register a botflow there is an option "Queue if already running". I use the same bot at the same time, on several machines, but if I uncheck this option when registering the botflow, it limits me to one execution of the bot even if I have 10 machines available to run at the same time. Would it be possible to include something similar in the schedule? That way it would only create a queue on free machines and not on machines that already have a queue thinking about multiple machines at the same time, with the same bot.

Or in the botflow registration itself, but another option analyzing the available machines and not limiting it to a single machine.