Actions
Task #9252
closedsync task uses too many DB connections
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Django 3.2 opens up new DB connection for each coroutine, unless the call is wrapped with sync_to_async.
Related issues
Updated by dkliban@redhat.com over 3 years ago
- Copied to Issue #9253: sync task uses too many DB connections added
Updated by dkliban@redhat.com over 3 years ago
- Related to Issue #9129: Syncing is running out of DB connections added
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by pulpbot about 3 years ago
Added by dkliban@redhat.com about 3 years ago
Updated by dkliban@redhat.com about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 04e62a9866bc0127ef823152d80b53f211150937.
Updated by daviddavis about 3 years ago
- Related to Backport #9311: Backport #9252 to 1.9.1 release added
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Runs all DB querries synchronously during a sync task.
closes: #9252