murich / kohana-task-launcher
There is no license information available for the latest version (dev-master) of this package.
Launching and stopping Kohana 3.3 Miniond tasks
Package info
github.com/murich/kohana-task-launcher
Type:kohana-module
pkg:composer/murich/kohana-task-launcher
dev-master
2014-06-25 15:27 UTC
This package is not auto-updated.
Last update: 2026-03-24 10:10:14 UTC
README
# Kohana 3.3 Miniond Task Launcher The idea is to give Kohana application control of what tasks to run, stop and restart. # Use cases - Task instances and params depends on website administrator decision. - Task code was updated and task need to be gently halted and restarted - 1st time deployment - no need to launch all tasks in manual way # ToDo - honestly task stopping is not implemented yet so not all use cases are covered.