Open cdzombak opened 4 months ago
Seems to me like these could belong to the healthcheck defined in the Dockerfile:
HEALTHCHECK --interval=5s --timeout=3s CMD /home/warrior/data/wget-at -nv -t1 'http://localhost:8001/index.html' -O /dev/null || exit 1
Two healthchecks failed for me:
And the two processes can be seen under the running container, under the python start.py
Afaik python start.py
(PID 1 in the container) is supposed to reap them, but never does.
After running Warrior in Docker for a couple weeks, I noticed a large number (>1800) of zombie processes on my server.
These are
curl
andwget-at
instances that I traced back to ArchiveTeam Warrior. A sample:My
docker-compose
file:OS: Ubuntu 22.04.4 LTS Docker: version 27.0.3, build 7d4bcd8