The Kohan task is executed, which in the __executemethod contains the following lines:
Kohana::$log->add(LOG::NOTICE, "SOME MESSAGE");
exit;
In this case, a message (SOME MESSAGE) is written to the log before the exit, but the process that launched this task is not completed. However, this only happens with prolonged performance (about or more than an hour). Kohana version is 3.3.6 php version is 5.6 OS verion is Ubuntu 18.04 desktop
use https://github.com/WinterSilence/kohana-cli - it's minion
+.