Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
310 stars 57 forks source link

Repeat Cron #21

Closed erikjose closed 3 years ago

erikjose commented 4 years ago

Para rodar o job todos os dias as 05:30 da manhã, o que devo fazer?

ruanitto commented 4 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 * * * *"
  }
});
HigoRibeiro commented 3 years ago

Hey, I will close this issue for lack of current interactions. Feel free to open it again if necessary.

jpedroschmitz commented 3 years ago

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 💜