Creating jobs dynamically, at runtime #28

Open
opened 2025-12-29 00:21:34 +01:00 by adam · 2 comments
Owner

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?
adam added the enhancement label 2025-12-29 00:21:34 +01:00
Author
Owner

@josercruz01 commented on GitHub (Jun 25, 2016):

+1

@josercruz01 commented on GitHub (Jun 25, 2016): +1
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#28