generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
dibbs-ecr-refinerhigh priorityTask we'd like to complete in the near future.Task we'd like to complete in the near future.
Description
🚧 What needs to be done
The refiner app code currently does not do any connection pooling. It opens and closes a single connection. In order to ensure the app is production ready we will want to switch over to a connection pooling setup.
🤔 Why it needs to be done
Opening and closing connections is a heavy process. We want to avoid this when possible and instead grab an open, available connection from the pool.
🏗️ Acceptance Criteria
- Pooling has been configured
- App has been restructured as needed
- Tests updated as needed
⚙️ Technical Notes
Please refer to this page as a reference when implementing.
Metadata
Metadata
Assignees
Labels
dibbs-ecr-refinerhigh priorityTask we'd like to complete in the near future.Task we'd like to complete in the near future.