Is there any way to create scheduled jobs at runtime, driven by user actions?
For instance - to let users create scheduled, recurring tasks?
As I suspect the answer would be no - is it in crono's vision / roadmap to consider such a feature?
Hello @DannyBen and @josercruz01
Have you tried to run Crono#perform at runtime within another task? it should schedule a task.
Then you could reschedule these tasks every time Rails loads.
Hi,
Is there any way to create scheduled jobs at runtime, driven by user actions?
For instance - to let users create scheduled, recurring tasks? As I suspect the answer would be no - is it in crono's vision / roadmap to consider such a feature?