You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some commands (most notable apt-get ones) cannot be ran in parallel. We should add support for a recipe mutex: <name> param that's implemented as a map[string]sync.Mutex.
In the future, we can have a read_mutex parameter, and make the map value sync.RWMutex.
The text was updated successfully, but these errors were encountered:
Some commands (most notable
apt-get
ones) cannot be ran in parallel. We should add support for a recipemutex: <name>
param that's implemented as amap[string]sync.Mutex
.In the future, we can have a
read_mutex
parameter, and make the map valuesync.RWMutex
.The text was updated successfully, but these errors were encountered: