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

Block verbs from being invoked while they're already in progress #20

Open
wekyle opened this issue May 19, 2016 · 0 comments
Open

Block verbs from being invoked while they're already in progress #20

wekyle opened this issue May 19, 2016 · 0 comments
Labels
Milestone

Comments

@wekyle
Copy link
Collaborator

wekyle commented May 19, 2016

This is a bug newly introduced by the resolution of #1.

Running child processes asynchronously allows us to kick off the same verb twice at once, which is a bad thing: being at two places in a build pipeline at once can cause some seriously subtle headaches to end users.

We should block a verb from starting if it's already running!

@wekyle wekyle added the bug label May 19, 2016
@wekyle wekyle added this to the 1.0.0 milestone May 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant