Python-ms-core

Latest version: v0.0.18

Safety actively analyzes 623704 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.0.18

- Adds extra checks in service bus for retries
- Additional logging done if there is no network and service bus crashes
- Service bus subscription picks up messages even if there is network outtage

0.0.17

- Added Unit Test Cases
- Updated Readme file

0.0.16

- Removed extra logs

0.0.15

This fixes the inconsistent listening behavior for the subscription of a topic from core.
- Due to the usage of `for message in receiver` logic in the topic, it is unknown when the loop will end and the core will stop listening to the topic.
- This is tried with various combinations and figured out that at probably 4 hours from launch, this happens. The root cause for this is the socket / connection timeout of the underlying amqp client which throws an exception when trying to iterate next message

Fix made:
- The above for loop is kept in an infinite while loop which triggers the creation of the receiver and subsequent listening to the messages.
- This was tested overnight with messages varying in the time differences (1h to 3h)
- Specific method to look for the fix `start_listening`

Reference task:
[302](https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/302)

0.0.14

- Fixed https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/302

0.0.13

- Removed validation from QueueMassage Class

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.