R
RunPod•6mo ago
Reason

Worker log says remove container, remove network?

Not even sure this is an issue, but one of my endpoints I'm testing has a throttled worker that has an odd output in their log. I'm not sure if it's crashed and been removed or just deallocated or something?
2024-01-10T14:00:00Z create pod network
2024-01-10T14:00:00Z create container ghcr.io/bartlettd/worker-vllm:main
2024-01-10T14:00:04Z main Pulling from bartlettd/worker-vllm
2024-01-10T14:00:04Z Digest: sha256:3efcd0a1edbcb7fdaacf7a7330ba7e689a31e7c045ae63dfa11e653cfd1d29e3
2024-01-10T14:00:04Z Status: Image is up to date for ghcr.io/bartlettd/worker-vllm:main
2024-01-10T14:00:04Z worker is ready
2024-01-10T14:00:04Z start container
2024-01-10T14:01:15Z stop container
2024-01-10T14:01:16Z remove container
2024-01-10T14:01:16Z remove network
2024-01-10T14:00:00Z create pod network
2024-01-10T14:00:00Z create container ghcr.io/bartlettd/worker-vllm:main
2024-01-10T14:00:04Z main Pulling from bartlettd/worker-vllm
2024-01-10T14:00:04Z Digest: sha256:3efcd0a1edbcb7fdaacf7a7330ba7e689a31e7c045ae63dfa11e653cfd1d29e3
2024-01-10T14:00:04Z Status: Image is up to date for ghcr.io/bartlettd/worker-vllm:main
2024-01-10T14:00:04Z worker is ready
2024-01-10T14:00:04Z start container
2024-01-10T14:01:15Z stop container
2024-01-10T14:01:16Z remove container
2024-01-10T14:01:16Z remove network
Solution:
thats normal, unless worker is running
Jump to solution
2 Replies
Solution
flash-singh
flash-singh•6mo ago
thats normal, unless worker is running
Reason
Reason•6mo ago
Thanks, good to know. I've spent so much time divining error messages I'm starting to see ghosts 😂