You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using caddy-supervisor in our Devcontainer Configuration with php-fpm. As we are switching all of our Production Containers to Laravel Octane we would like to switch our Devcontainers to Octane too.
The Problem is that Octane is crashing fairly often while developing because of Parse Errors etc. so the restart delay increases pretty fast.
We would like to be able to configure maxRestartDelay and durationToResetRestartDelay in supervisor.go
If you are OK with this I'd be happy to provide a PR
The text was updated successfully, but these errors were encountered:
Hello and Happy new Year!
We are using caddy-supervisor in our Devcontainer Configuration with php-fpm. As we are switching all of our Production Containers to Laravel Octane we would like to switch our Devcontainers to Octane too.
The Problem is that Octane is crashing fairly often while developing because of Parse Errors etc. so the restart delay increases pretty fast.
We would like to be able to configure
maxRestartDelay
anddurationToResetRestartDelay
insupervisor.go
If you are OK with this I'd be happy to provide a PR
The text was updated successfully, but these errors were encountered: