samsondav / rihanna

Rihanna is a high performance postgres-backed job queue for Elixir
MIT License
439 stars 49 forks source link

Periodic jobs #37

Closed lpil closed 5 years ago

lpil commented 5 years ago

I'm interested in running jobs periodically, i.e. once a day.

I may be up for implementing this. I see it is planned in the README, do you have opinions on how this should work?

Cheers, Louis

samsondav commented 5 years ago

Hi louis, I'm not sure this actually needs any kind of extra support. It should be possible already. Simply schedule a job for a certain time and have the job reschedule itself after completion.

lpil commented 5 years ago

Makes sense. Shall we add that note to the README then? Or remove the bit saying that it will come in future