engineyard / engineyard/scaley

Manually unlocking a group

Open
#21 0 comments 0 reactions 1 assignee Claimed by @ess View on GitHub
backlog enhancement
Dominant language
Go
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```gherkin
Feature: Manually unlocking a Group
In the event that a group remains locked after a failed scaling event, I'd like to
be able to easily remove that lock.

Background: Unlocking a Group
Given I have a scaley config
And I have a group named mygroup

Scenario: Unlocking a Group
Given the group is locked
When I run `scaley lock mygroup`
Then the group is no longer locked
And I'm advised that the group has been unlocked
And it exits successfully

Scenario: Unlocked an unlocked group
Given the group is not locked
When I run `scaley unlock mygroup`
Then I'm advised that the group is not locked
And it exits successfully
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.