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
I'd be curious to see what problems actually happened. I think the package manager already has logic to detect if another instance of it is already running.
I think we had some issues before where Chef runs were failing because an automatic update was already running.
By example it's 3am, yum is running an uprade, Chef-client start and cannot install a package because yum install is already run.
Maybe we can have a library which will run at the beginning of a Chef run to detect if there is already something using the package manager.
I'll try to get more details on how we were impacted before.
The text was updated successfully, but these errors were encountered: