Hello
We have blue-green stack deployment. We keep inactive stack up and running for 24hrs that results in old servers keep getting used in hangfire job processing. Is there any way we can remove old servers or stop getting added?
or
I’m mostly interested in any best practices for this sort of set up. does anyone have any practical advice for stopping jobs from running on old code in a blue-green deployment scenario?