Hi, I would like to know if I can run my EPL service as a scheduled service. My use case is I need to perform some calculations at the end of the day. Could you point out any documentation or any example for the same?
You can also trigger listeners based on time. You can either trigger in a certain interval, for example, fire every 5 minutes (300 seconds). Or you can have a listener fire at certain times of the day, with similar functionality to Unix’s cron scheduler.