Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

internal/runner: make Accept resilient to the server going down #3097

Merged
merged 3 commits into from
Mar 15, 2022

Commits on Mar 14, 2022

  1. internal/runner: make Accept resilient to the server going down

    This starts by addressing only the initial job stream opening. This
    required some changes to how we track the state of the underlying runner
    registration. This changes the state tracking from a bool to a monotonic
    integer.
    mitchellh committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0e43ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c69066 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    ee9d016 View commit details
    Browse the repository at this point in the history