updated Postgres Service
This commit is contained in:
@@ -3,7 +3,7 @@ import functools
|
||||
|
||||
from pymongo import MongoClient
|
||||
from pymongo.errors import PyMongoError
|
||||
from config import mongo_configs
|
||||
from Controllers.Mongo.config import mongo_configs
|
||||
|
||||
|
||||
def retry_operation(max_attempts=3, delay=1.0, backoff=2.0, exceptions=(PyMongoError,)):
|
||||
|
||||
Reference in New Issue
Block a user