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