sascha-beloborodov/symfony-run-console-bundle

通过 http 运行控制台命令

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

This package is auto-updated.

Last update: 2024-09-18 09:52:54 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 中包含

待办事项

  • 转换为 Process
  • 管理输出(长时间请求、异步、内存-文件存储)