commanded/commanded-scheduler

Consider using SchedEx for job scheduling

slashdotdash opened this issue · 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.

This would allow implementation of Recurring commands (#4).