Serviceless scheduled tasks
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.
-
Schedule a task using a static class method including namespace support -
Schedule a task from the main warlock configuration file
Edited by Jamie Carl