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
A second converge results in an error from the supervisor that the service is already loaded. I think this could be resolved either through:
a) Adding --strategy at-once to the hab svc load command, and skipping it on subsequent runs, or
b) Unloading the service if its running, installing the new pkg, and then loading the service again.
A second converge results in an error from the supervisor that the service is already loaded. I think this could be resolved either through:
a) Adding
--strategy at-once
to the hab svc load command, and skipping it on subsequent runs, orb) Unloading the service if its running, installing the new pkg, and then loading the service again.
Thoughts?
Repro steps:
hab pkg build
kitchen converge
hab pkg build
kitchen converge
The text was updated successfully, but these errors were encountered: