Lucas Merencia

Results 22 comments of 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...

Not yet. internally `node-cron` has a registry, storing all tasks alive. I would need to expose that, or at least a `getTask` function.

released on version [4.2.0](https://www.npmjs.com/package/node-cron/v/4.2.0)