Skip to content

v0.4.2

Compare
Choose a tag to compare
@itsdalmo itsdalmo released this 04 Oct 10:57
· 59 commits to master since this release
5e24678

Fix worker draining by:

  • Using pgrep (instead of waiting for worker-not-found) to know when its safe to continue with shutdown.
  • Changing KillMode to process since systemd fails to kill the remaining processes in the control group (garden-init was left dangling). This caused systemctl stop concourse to not return, at least not until the TimeoutStopSec limit was reached (and we can't reduce this value because that would also impact the graceful shutdown of Concourse itself).