https://docs.phalcon.io/en/latest/reference/cli.html
as in example $ php app/cli.php main test world universe
is there a "phalcon way" to execute a task as a background job from Controller? or to use
shell_exec('php app/cli.php main test world universe')