Использование Cron с Bull Node JS
queue.add({your_data:""},{repeat:{cron:"5 * * * *"}});
Anxious Alligator
queue.add({your_data:""},{repeat:{cron:"5 * * * *"}});