shehbaj
How to keep old deployment active if it still has an on going task?
To add more context, I am processing videos using FFMPEG and a bunch of third party APIs in a dockerized Golang backend. Due limited compute resource and third party API rate limiting, I have implemented worker queues and hence most of the tasks take ~15 minutes, so for now I have to refrain from pushing a new version if there are any active processing tasks running.
8 replies