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
Describe the bug
Hi osbuild Team,
When a running compose is cancelled with composer-cli compose cancel command,the osbuild-worker service is stopped due to this code:
Describe the bug
Hi osbuild Team,
When a running compose is cancelled with composer-cli compose cancel command,the osbuild-worker service is stopped due to this code:
osbuild-composer/cmd/osbuild-worker/main.go
Line 90 in b6b399e
But in case of remote worker, the systemd configuration file only sets Restart=on-failure:
osbuild-composer/distribution/[email protected]
Line 9 in b6b399e
So, the service won't restart in this case of successfully exit.
It's ok for a local worker:
osbuild-composer/distribution/[email protected]
Line 10 in b6b399e
It's really not a big issue, just a little observation that may helps !
The text was updated successfully, but these errors were encountered: