500px / gunter

Language agnostic task wrapper and loyal servant.
MIT License
9 stars 1 forks source link

Locking/queueing #10

Closed devonoel closed 9 years ago

devonoel commented 9 years ago

Consider implementing a lock or queue for tasks. Does it make sense to only allow each individual task to be run by one person at a time, or is that something that should be handled by the client?

devonoel commented 9 years ago

Couple notes on how this would work, to keep my brain on task:

devonoel commented 9 years ago

Actually, on second thought, I hadn't considered a situation where somebody might want to say, run a deploy task against two separate stages at once using variables. I think I'll close this issue for now, it adds a lot of arguably unnecessary complexity.