(20241204) Arihant server IP change chaos handling.
This commit is contained in:
+3
-1
@@ -136,8 +136,10 @@ async def app_startup(**kwargs):
|
||||
connection_string = constants.MONGO_DATA_CONNECTION_STRING,
|
||||
database_name = constants.MONGO_DATA_DATABASE_NAME,
|
||||
max_connections = 10,
|
||||
debug = True
|
||||
debug = True,
|
||||
debug_only_errors = True
|
||||
)
|
||||
await current_app.mongo.connect()
|
||||
|
||||
# Get the script data:
|
||||
script_id = os.environ["SCRIPT_ID"]
|
||||
|
||||
Reference in New Issue
Block a user