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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

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: 2025-10-07 08:09:06 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.