kamal icon indicating copy to clipboard operation
kamal copied to clipboard

Why does `kamal build` take a deploy lock?

Open djmb opened this issue 1 year ago • 1 comments

Discussed in https://github.com/basecamp/kamal/discussions/446

Originally posted by clintmiller September 6, 2023 Is there a specific reason that calling kamal build takes the deploy lock? It seems like it should be generally safe for builds to run concurrently, regardless of the environment in which they are executed.

Surely I'm just overlooking something simple?

djmb avatar Sep 12 '23 08:09 djmb

Should definitely be fine to run builds concurrently and therefore no need for a lock.

dhh avatar Sep 16 '23 18:09 dhh

Fixed by #755

djmb avatar May 21 '24 11:05 djmb