Serviceless scheduled tasks #44
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Currently there is two ways to schedule tasks. One is to schedule from the application by calling a delayed execution function. The other is using a service. The problem is, using a service leaves a process running the whole time and delayed execution uses a closure. I need a way of scheduling a task to run and starting a new process without using delayed execution.
assigned to @jamie
added 1m 6s of time spent
So the thought here is firstly, instead of having to supply a closure to commands like
schedule
anddelay
on a Warlock control object, we can somehow pass a class method or function that is executed within the application context.marked this issue as related to #45
created merge request !17 to address this issue
mentioned in merge request !17
changed the description
changed the description
marked the checklist item Schedule a task using a static class method including namespace support as completed
marked the checklist item Schedule a task from the main warlock configuration file as completed
changed milestone to %2
mentioned in commit
526b12362a
closed via merge request !17