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
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
When defining a vhost with a certain config that already exist with a different configuration renders an error
Config:
vhosts:
/:
tracing: true
Error:
10:37:01.019 ERROR - Encountered 1 errors, exiting:
- vhost '/' exists but with wrong configuration: VHostData(tracing=false), expected: VHostData(tracing=true)
Creating a queue under that vhost will create that queue regardless of that the vhost gave an error in the first place. Should it be this way or abort on all actions under the "broken" vhost?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When defining a vhost with a certain config that already exist with a different configuration renders an error
Config:
Error:
Creating a queue under that vhost will create that queue regardless of that the vhost gave an error in the first place. Should it be this way or abort on all actions under the "broken" vhost?
The text was updated successfully, but these errors were encountered: