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
If the task will only make sense to a dev, add a ⚡ to the title.
Refactor the Usage of database queries to pass a single connection across the runtime. Currently the application Creates/discards a database connection as required. Depending on the form this can run several times Per row, per batch upload adding to a good spike in consumption.
Value Add
Performance improvement
Acceptance Criteria
Only one Database connection created per Batch upload.
Additional Context
The text was updated successfully, but these errors were encountered:
Describe the task
Value Add
Acceptance Criteria
Additional Context
The text was updated successfully, but these errors were encountered: