Robotic Process Automation (RPA)

 View Only
  • 1.  Parallel execution

    Bot Builder
    Posted Wed October 27, 2021 06:25 AM
    Hello everyone,

    I've got a new case where 2 bots need to run on the same machine sharing the same resources concurrently. One of them is scheduled to run every hour, the second one is scheduled to run every half of the hour. Problem comes from the first one needing more time to finish it's job and the second one trying to run while the first one is still on duty causing it to fail for some reason. I guess two bots can't share same session. Any ideas how to solve this?

    Regards,

    ------------------------------
    Stefan Stefanov
    ------------------------------


  • 2.  RE: Parallel execution

    Posted Wed October 27, 2021 07:55 AM
    Bots can run in parallel. You need as many runtime licenses in the host computer as bots you want to run there, ratio is 1:1. See details in Concurent bots.

    ------------------------------
    Gabriel Sanchez
    Gabriel.Sanchez-WDG@ibm.com
    ------------------------------



  • 3.  RE: Parallel execution

    Bot Builder
    Posted Fri October 29, 2021 08:36 AM
    Thank you Gabriel, will keep that in mind.

    Regards,

    ------------------------------
    Stefan Stefanov
    ------------------------------