murich / kohana-task-launcher
Launching and stopping Kohana 3.3 Miniond tasks
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:kohana-module
This package is not auto-updated.
Last update: 2025-01-14 04:30:41 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.