mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-13 13:53:27 +01:00
Creating jobs dynamically, at runtime #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.