sascha-beloborodov/symfony-run-console-bundle

Run console command via http

v0.0.1 2022-10-18 05:48 UTC

This package is auto-updated.

Last update: 2024-04-18 09:00:27 UTC


README

создать файл config/packages/health_check.yaml и добавить:

run_console:
  commands: ['%your-command-name%'']

добавить в файл config/routes/annotations.yaml

run_console:
  resource: '@RunConsoleBundle/Controller'
  type: attributes

НЕ ВКЛЮЧАТЬ НА ПРОДЕ в bundles.php

TODO:

  • перейти на Process
  • управлять выводом (долгий запрос, асинхронность, держать в памяти-файлах)