cloudtools/stacker

handle multiple users updating a stack at once

Open

#65 建立於 2015年8月10日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (166 fork)batch import
enhancementhelp wantedquestion

倉庫指標

Star
 (706 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Right now there's no special logic that would stop 2 people from attempting to update stacks at the same time. In general the second attempt will see the stacks being updated, and probably do the right thing, but I can see some cases where that wouldn't happen and could leave stacks in invalid states.

So - probably worth having some way to lock the stack while you're working on it. Not sure where that would be handled.

貢獻者指南