Originally created by @DannyBen on GitHub (Mar 5, 2016).
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?
Originally created by @DannyBen on GitHub (Mar 5, 2016).
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?
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.
@plashchynski commented on GitHub (Jun 26, 2016):
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @DannyBen on GitHub (Mar 5, 2016).
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?
@josercruz01 commented on GitHub (Jun 25, 2016):
+1
@plashchynski commented on GitHub (Jun 26, 2016):
Hello @DannyBen and @josercruz01
Have you tried to run
Crono#performat runtime within another task? it should schedule a task.Then you could reschedule these tasks every time Rails loads.