Skip to content

pool-resource needs an atomic move operation #30

@chendrix

Description

@chendrix

Moved from concourse/concourse#196

cc @xtreme-gavin-enns


Currently in order to move an environment between pools (to model state changes) we need to perform separate add and remove operations. This has two downfalls:

  1. one operation may fail leaving us with duplicated or deleted environments
  2. one operation may take a long time, leaving us temporarily in a state similar to the above

This could be resolved by implementing a move operation that performs both parts of the move in a single commit/push.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions