module.exports = { myJob: { task: ({ strapi }) => {console.log('TODO > save db')}, options: { rule: '0 0 * * SUN', tz: 'Indian/Reunion', }, }, };