node-cron icon indicating copy to clipboard operation
node-cron copied to clipboard

Cron for NodeJS.

Results 145 node-cron issues
Sort by recently updated
recently updated
newest added

### Description If I use following cron jobs, the morningjob is not executed and the midnightJob sometimes but not midnight. This happens on a Ubuntu server. ```` var morningjob =...

This can be useful in cases where two ticks running at the same time could lead to conflicts, and while it's not supposed to happen, maybe some undetected errors/bugs in...

type:feature
status:blocked

Hi all! I have a question! For a notification client i want to schedule a job foreach notification i have. When notification is sent, job will be deleted. But we...

### Description timezone working only when time-zone is 'local' or 'utc' const job = new CronJob( '*/5 * * * * *', function () { const d = new Date();...

Time Zone: "" - Cron String: 0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * * - UTC offset: +01:00 - current Date: Wed Jul 13 2022 11:14:17 GMT+0000

Hi, I have an error with your product. As an error message says, your product will be happy if you check the one out. I'm afraid this issue is already...

Hi all, My cron job gets executed twice on my azure web app. ![image](https://user-images.githubusercontent.com/58935002/101390304-e57e4280-38c2-11eb-8213-052024238f51.png) Even a simple console.log('hi'), gets executed twice. Anyone knows what this could be? Kind regards, Brecht

Hum im just followin the instruccions in the error :) Please open an issue (https://github.com/kelektiv/node-cron/issues/new) and provide the following string Time Zone: "" - Cron String: 0 22 15 *...

``` Time Zone: "" - Cron String: 0 30 * * * * - UTC offset: +00:00 - current Date: Sat May 14 2022 03:30:17 GMT+0000 ``` ``` 2022-05-14T03:30:27: PM2...

### Description I have a job someJob = new CronJob( '0 ${minutes} ${hours} * * ${targetday}', async () => { // job stuff }, null, null, null, null, null, '5:30',...