SIGTERM not working correctly for services
Despite the fixes in #2375 the issue is still present and now also for services that worked correctly (postgres in my case) on stable 1.11.2 version
Repro steps
Repro repository: https://github.com/pokonski/sigterm-repro
- Run
devenv up - press
Qin Mprocs to close all processes - Start
devenv upagain - Observe that redis does not start with the error indicating the port is occupied, and MySQL with an error not being able to lock the DB file (because old process is still running)
For some reasons the tasks don't shutdown correctly, mprocs is being a difficult here because it works with other process managers.
I don't have a hard preference so I'll switch to the default process-compose, thanks!
I don't have a hard preference so I'll switch to the default process-compose, thanks!
I'm not a devenv expert, but: you could also try pinning to devenv v1.10; that worked for me