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
In order to avoid running into a connection error with our Postgres DB, datagovteam wants to configure the connection from flask -> db correctly.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
GIVEN I have enabled a Gunicorn WSGI server
THEN I want to determine the appropriate Gunicorn config
AND optional thread pooling libraries to create a stable connection to the Postgres backend via SqlAlchemy
User Story
In order to avoid running into a connection error with our Postgres DB, datagovteam wants to configure the connection from flask -> db correctly.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
THEN I want to determine the appropriate Gunicorn config
AND optional thread pooling libraries to create a stable connection to the Postgres backend via SqlAlchemy
Background
Slack thread on connection overload: https://gsa-tts.slack.com/archives/C09CR1Q9Z/p1730929937757879
Background:
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
The text was updated successfully, but these errors were encountered: