Lucas Merencia
Lucas Merencia
Hello @Jahnux It's because pm2 starts 4 process for your app. `node-cron` dos not support clusters, because it does not implement distributed locks. The same problem will occurs with horizontal...
released on version [3.0.2](https://www.npmjs.com/package/node-cron/v/3.0.2)
@Juneezee thanks for the bugfix
Hi @SurgicalCrow , can you share the cron expression that you are using?
Hi @taco-engineer I've made a test here and I can't reproduce that. I've created a new project, installed `[email protected]` and created a scheduled task and is working just fine. Your...
Hm, It's weird... @lakshmansuperlative can you provide me more context about your application? Is it a web app? Is it doing another thing like a batch execution or another task...
Hi there Can you provide more information about your environment?
Hi @ImRodry, yep, I've added this to make the date that the task started available inside the task... I don't know if this makes sense anymore... However, there are two...