Hi,
I would like to know:
- In wich projects, when to use REFramework without Workqueue?
- In wich projects, when to use REFramework with Workqueue?
For example one of my proyects is a web scraping, the user provides an excel input with list of numbers to check in the portal and the robot reads the resulting information and save it to a database. In this project I decided use REFramework without Workqueue and using the data table from the excel input.
Thank you!