Simplified RoadRunner worker, and fixed RoadRunner reloading config

This commit is contained in:
Alejandro Celaya
2022-08-27 08:01:57 +02:00
parent 86159c5d86
commit c5b6d203f5
4 changed files with 26 additions and 14 deletions

View File

@@ -46,8 +46,8 @@ reload:
patterns: ['.php', '.yml', '.yaml']
services:
http:
dirs: ['../..']
dirs: ['../../bin', '../../config', '../../data/migrations', '../../docker', '../../module', '../../vendor']
recursive: true
jobs:
dirs: ['../..']
dirs: ['../../bin', '../../config', '../../data/migrations', '../../docker', '../../module', '../../vendor']
recursive: true