-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
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:
- one operation may fail leaving us with duplicated or deleted environments
- 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
Labels
No labels