How to automatically start my bot on adding of new Element in the Queue

syed

Member
Hi,

One of the external API is adding data to the queue. Once it is added automatically my bot should execute that data immediately? How it can be done?
 

bnastase

Member
Hi,

Schedule your bot to run every 5 minutes and check for new data. If no data will be found it will finish the execution and start again after 5 minutes.

If you have used the REFramework for your process the checking is already done.

Bobby
 
Top