I have a bot running on production which generate a report and continuously update it for around 2 hours for a list of items. Whenever an issue occurs (particular web pages taking time to load and bot not able to retrieve data or pdf file corrupted or others many scenario), the report stop getting updated. I have built a bot which can monitor the report continuously and shoots an email alert whenever the report stops getting updated.
Question: Now how i can trigger the second bot from first bot and make it run parallel, and kill once first got seems to be completed its job. Any advice please.