slashdotdash opened this issue 7 years ago · 0 comments
SchedEx provides an API for scheduling recurring and one-off jobs where each job is its own GenServer process and execution is implemented using Process.send_after/4.
GenServer
Process.send_after/4
This would allow implementation of Recurring commands (#4).