vercel-clone icon indicating copy to clipboard operation
vercel-clone copied to clipboard

Containers are still running

Open CaptainTron opened this issue 6 months ago • 1 comments

Problem : Containers are still running even after the build process completed Solution : Need to add publisher.disconnect(); on line 70 in /build-server/script.js This will ensure the docker shutdown after the upload process is completed. 💯

  • publisher.disconnect() will revoke the connection with redis server.

CaptainTron avatar Feb 13 '24 11:02 CaptainTron