imsubhamsingh / imsubhamsingh/OpenQ
Thread Safety on Message Processing
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The Consumer thread continuously polls the queue for messages. If multiple consumers are used, there isn't a mechanism to prevent multiple consumers from processing the same message before the visibility timeout kicks in.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.