rbrahul / deno_cron

A cron Job scheduler for Deno that allows you to write human readable cron syntax with tons of flexibility
MIT License
100 stars 2 forks source link

Assertion Error on Timer #4

Open BayoKwendo opened 2 years ago

BayoKwendo commented 2 years ago

I am getting this error at intervals. the error seem to come from clearInterval Function on driver. `Any lead in resolving it permanently? Thanks


    at assert (deno:ext/timers/01_timers.js:40:13)
    at setGlobalTimeout (deno:ext/timers/01_timers.js:349:5)
    at setOrClearGlobalTimeout (deno:ext/timers/01_timers.js:393:7)
    at unschedule (deno:ext/timers/01_timers.js:442:9)
    at clearTimer (deno:ext/timers/01_timers.js:564:5)
    at clearInterval (deno:ext/timers/01_timers.js:581:5)
    at https://deno.land/x/deno_cron@v1.0.0/cron.ts:118:13
    at fire (deno:ext/timers/01_timers.js:477:7)
    at handleTimerMacrotask (deno:ext/timers/01_timers.js:338:7)
Watcher Process finished. Restarting on file change...```
Hexagon commented 1 year ago

Meanwhile - try out croner which is a well maintained alternative