module.exports = { cronTime: '0 * * * *', // run each hour threshold: 2*24*60*60, // 2 days, in seconds };