breejs / later

*Maintained fork of Later.* A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
https://breejs.github.io/later/
MIT License
136 stars 13 forks source link

[discussion] Detecting errors or stopping for no reason #26

Open ridvann opened 2 years ago

ridvann commented 2 years ago

Hello,

I have tasks that I configure with later and run every 10 minutes.

Some of these tasks stop working without error.

How can I detect this error or task stop. Because it does not give any error output.

Thank you

Checklist