Commit Graph

2 Commits

Author SHA1 Message Date
agodnic 3c7bab3f8a
Remove duplicated code: MongoDB connection handling (#590)
### Description

This pull request removes duplicated code related to MongoDB connection/disconnection attempts. This code was copied across all 8 microservices.

The functionality is now unified under the `common/dbutil` package.
2023-08-07 16:05:08 -03:00
ftocal fea3401e4a
Add new spy module (#36)
* Add new spy module
Add documentation
Add spy and replica set in MongoDB in Tilt

* Add graceful shutdown
2022-12-01 11:13:48 -03:00