Closed erikjose closed 3 years ago
Você pode usar o Advanced Jobs: https://github.com/Rocketseat/adonis-bull#advanced-jobs
Usando o cron 30 5
Bull.add(key, data, {
repeat: {
cron: "30 5 * * * *"
}
});
Hey, I will close this issue for lack of current interactions. Feel free to open it again if necessary.
Hey @erikjose, while contributing or interacting in any way in this project, refrain from using any language other than English. I recommend you take a look at the guidelines described here 💜
Para rodar o job todos os dias as 05:30 da manhã, o que devo fazer?