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
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-servicebus/TROUBLESHOOTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,8 @@ with receiver:
267
267
- Standard tier: 256 KB per message
268
268
- Premium tier: 1 MB per message
269
269
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
+
270
272
### Message settlement issues
271
273
272
274
**MessageAlreadySettled resolution:**
@@ -383,7 +385,6 @@ Check the `dead_letter_reason` and `dead_letter_error_description` properties on
383
385
### Q: How do I process messages faster?
384
386
385
387
**A:** Consider:
386
-
- Receiving messages in batches
387
388
- Using concurrent message processing
388
389
- Optimizing your message processing logic
389
390
- Using `prefetch_count` to pre-fetch messages
@@ -421,4 +422,4 @@ When filing GitHub issues for Service Bus, please include:
421
422
422
423
The more information provided, the faster we can help resolve your issue.
423
424
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