Код: Выделить всё
worker_exec_with_timeout: ExecTTL: context deadline exceeded
Текущий rr.yaml:
Код: Выделить всё
version: "3"
rpc:
listen: tcp://127.0.0.1:6001
server:
command: "php worker.php"
env:
- XDEBUG_SESSION: "1"
http:
address: "0.0.0.0:8100"
pool:
num_workers: 1
debug: true
supervisor:
idle_ttl: "0s"
exec_ttl: "0s"
Код: Выделить всё
/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=roadrunner --host=0.0.0.0 --rpc-port=6001 --port=8100
Подробнее здесь: https://stackoverflow.com/questions/789 ... e-exceeded
Мобильная версия