Created by: jozsi
Hello,
I am having a hard time figuring out how to correctly implement a repeatable job. I've tried multiple scenarios:
- once the job has completed, add a new delayed one to the queue
- using retry before/after completion
What would be the correct flow to achieve repeatabiliy?