Simon Tretter

Results 116 comments of Simon Tretter

agenda uses luxon (https://github.com/moment/luxon) can you check if it's supported by luxon? It's weird that it's using UTC then instead, for my use cases where we had e.g. a typo...

alright, in this case it uses https://www.npmjs.com/package/cron-parser which also uses luxon behind the scene. so please check directly with the luxon library what's going on in this case! Maybe you...

Can you try https://www.npmjs.com/package/@hokify/agenda if this fixes your issues?

You could try https://github.com/hokify/agenda types are working there correctly

@GimpMaster I was trying that at the beginning of the fork, but changes got too big and there where some breaking ones too. Unfortunately for me I have too less...

Should be not much of work, in best case it's just a call like `typedoc --out docs/agenda/4.x ./src/index.ts` Will look into it next time I have a slot :)

The real root cause here is the shutdown as mentioned by @GorillaCoder. The issue lies here: https://github.com/agenda/agenda/blob/de7ab298ee43abb36473157ddc0ad32034bfccf5/lib/agenda/stop.ts#L30 it sets lockedAt to null, regardless if they have a nextRunAT or not....

Hi @GorillaCoder , maybe we have some other issue here too, but I try to answer your questiosn / concercn quickly.. maybe this helps to find the culprit here :-)...

Hi @dereekb , the types are correct in [@hokify/agenda](https://www.npmjs.com/package/@hokify/agenda), also the tests are in writte in TS here ;-) Let me know if this works for you

if it achieves the same, it should be fine. I can't really say anmore, but I waas playing around with nodeType too, but I didn't get it to work as...