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
This configuration allows Outpost to connect to your Azure Service Bus namespace and manage topics and subscriptions for internal message queuing.
170
+
171
+
## Troubleshooting
172
+
173
+
### failed to declare topic: failed to create topic outpost-delivery
174
+
175
+
This error can happen due to a race condition of multiple Outpost instances trying to create the same topic concurrently. To resolve this you can either:
176
+
177
+
1. Run the services one at a time to ensure only one instance is creating the topic.
178
+
2. Running the services again often resolves the issue as the topic may have been created by another instance.
0 commit comments