Closed Bouncner closed 7 years ago
From time to time a docker-compose up does not boot up the consumer component. The consumer complains that a process is already running (cause by the existing /consumer/tmp/pids/server.pid).
docker-compose up
/consumer/tmp/pids/server.pid
Thanks to @MrSerth, a fix is on the way. Gonna test it a little bit more and then merge the PR.
From time to time a
docker-compose up
does not boot up the consumer component. The consumer complains that a process is already running (cause by the existing/consumer/tmp/pids/server.pid
).