Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/concourse] Upgrade to concourse 3.8.0 #3203

Merged
merged 1 commit into from
Jan 16, 2018

Commits on Jan 7, 2018

  1. [stable/concourse] Upgrade to Concourse 3.8.0.

    Make necessary improvements to Concourse worker lifecycle management.
    
    Add additional fatal errors emitted as of Concourse 3.8.0 that should
    trigger a restart, and remove "unkown volume" as one such error as this
    will happen normally when running multiple concourse-web pods.
    
    Try to start workers with a clean slate by cleaning up previous
    incarnations of a worker. Call retire-worker before starting. Also
    clear the concourse-work-dir before starting.
    
    Call retire-worker in a loop and don't exit that loop until the old
    worker is gone. This allows us to remove the fixed worker.postStopDelaySeconds
    duration.
    
    Add a note about persistent volumes being necessary.
    
    Add containerPlacementStrategy, default random to better spread load
    across workers.
    Will Tran committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    1918e0f View commit details
    Browse the repository at this point in the history