Skip to content

Commit 604c3e7

Browse files
Copilotkashifkhan
andcommitted
Update TROUBLESHOOTING.md based on PR feedback
Co-authored-by: kashifkhan <[email protected]>
1 parent efb3b47 commit 604c3e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/servicebus/azure-servicebus/TROUBLESHOOTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ with receiver:
267267
- Standard tier: 256 KB per message
268268
- Premium tier: 1 MB per message
269269

270+
For the most up-to-date information on Service Bus limits, refer to the [Azure Service Bus quotas and limits](https://learn.microsoft.com/azure/service-bus-messaging/service-bus-quotas) documentation.
271+
270272
### Message settlement issues
271273

272274
**MessageAlreadySettled resolution:**
@@ -383,7 +385,6 @@ Check the `dead_letter_reason` and `dead_letter_error_description` properties on
383385
### Q: How do I process messages faster?
384386

385387
**A:** Consider:
386-
- Receiving messages in batches
387388
- Using concurrent message processing
388389
- Optimizing your message processing logic
389390
- Using `prefetch_count` to pre-fetch messages
@@ -421,4 +422,4 @@ When filing GitHub issues for Service Bus, please include:
421422

422423
The more information provided, the faster we can help resolve your issue.
423424

424-
Please view the [exceptions reference docs](https://docs.microsoft.com/python/api/azure-servicebus/azure.servicebus.exceptions) for detailed descriptions of our common Exception types.
425+
Please view the [exceptions reference docs](https://docs.microsoft.com/python/api/azure-servicebus/azure.servicebus.exceptions) for detailed descriptions of our common Exception types.

0 commit comments

Comments
 (0)