imsubhamsingh / imsubhamsingh/OpenQ
Exception Handling in Consumer
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The try-except block inside the Consumer's run method catches VisibilityTimeOutExpired, but any other exception raised during message processing will cause the consumer to crash. It would be prudent to catch and handle or log a broader set of exceptions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.