Skip to content

Commit b7c41f3

Browse files
committed
chore(docs): Add troubleshooting section for Azure Service Bus topic creation errors
1 parent 602fb0d commit b7c41f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/pages/guides/service-bus-internal-mq.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,12 @@ AZURE_SERVICEBUS_TENANT_ID="<TENANT_ID>"
167167
```
168168

169169
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

Comments
 (0)