Multi-Bot architecture help

@Steven_ds_55,

Refer this answer

As there are not much changes we need to make to the RE Framework, we build almost every `bot’s this way. Normally wherever you will have transactional process and can be processed independently, you can use multi bot architecture.

The idea is you can assign multiple bot’s to process single queue items to speed up the work.