You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should DB connection string be for the WebAPI and TaskEngine?
In the database connection string,we hrad code "MaxPoolSize=1000" but this is larger than the number of connections than the database is configured for (500 IIRC).
This setting is currently used in both the API and TaskEngine - it should be possible to split these up.
Any other parameters we should be setting?
On the code side, we will leave the password, username etc as explicit parameters, but support two environment variables,
"TASKENGINE_DB_CONNECTION_EXTRAS" and "WEBSERVER_DB_CONNECTION_EXTRAS"
but what values should they have?
The text was updated successfully, but these errors were encountered:
What should DB connection string be for the WebAPI and TaskEngine?
In the database connection string,we hrad code "MaxPoolSize=1000" but this is larger than the number of connections than the database is configured for (500 IIRC).
This setting is currently used in both the API and TaskEngine - it should be possible to split these up.
Any other parameters we should be setting?
On the code side, we will leave the password, username etc as explicit parameters, but support two environment variables,
"TASKENGINE_DB_CONNECTION_EXTRAS" and "WEBSERVER_DB_CONNECTION_EXTRAS"
The text was updated successfully, but these errors were encountered: