Skip to content

Commit

Permalink
Cron stats - test 17/10 15:45
Browse files Browse the repository at this point in the history
  • Loading branch information
cspriet committed Oct 17, 2024
1 parent 86222fd commit d37ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cron_jobs/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { saveStatsInDB } from './saveStatsInDB';
// });

new cron.CronJob({
cronTime: '40 8 3 * *', // le 1er du mois à 08:15 - TEMP to change
cronTime: '45 15 17 * *', // le 1er du mois à 08:15 - TEMP to change
onTick: () => saveStatsInDB(),
start: true,
timeZone: 'Europe/Paris',
Expand Down

0 comments on commit d37ee9a

Please sign in to comment.