-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cron doesn't run after 15 minutes of running every 2 minutes #231
Comments
same problem for me, after a lot of bugfixing sessions i finally switched to https://github.com/merencia/node-cron and it works very well so far. |
Sorry for the delay here. I've been able to leave test code open over night, testing DST stuff in the past, and everything ran as expected. I'm not entirely sure what would cause this to stop functioning- I can try speculating though.
I'm not sure if you're still experiencing this issue, but if so, can you start by looking at the next time, Thanks. |
In my case the issue is NOT present in node 0.10 but only in node 4.x and later (6.x). If this can help someone. |
Closing due to age. We can create a new ticket if still an issue. |
I just had my application running for 15 minutes. I've had the same problem a few times already, where the cron simply stops executing. I do not have a function calling it to a stop anywhere, no infinite loops or whatsoever, so I don't think this could be the problem. I'm using the following code:
The function that is executed has a
console.log
to let me know it finished executing, this is printed every time, so I know it reaches the end of the function. What could the problem here be?The text was updated successfully, but these errors were encountered: