I\'m using node-cron to run scheduled jobs. I want the jobs to run every 45 minutes, but its acting strangely
Here\'s the pattern I\'m using
\'00 */45
I tried this string for a 45-second interval and it works well:
'*/45 * * * * *'