An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
3.6k
stars
236
forks
source link
add timeout in mongo config and add Ping after connect #1230
Open
Umang01-hash opened 2 days ago
Pull Request Template
Description:
ConnectionTimeout
config in mongo.Conifg to set timeout through context.Ping
method after callingmongo.Connect
to ensure successful connection and log in case of error.Logs Before:
Logs After:
Checklist:
goimport
andgolangci-lint
.Thank you for your contribution!