-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce number of DB connections when resyncing zaken #469
Labels
enhancement
New feature or request
Comments
This does not come from saving the zaken not in bulk. It seems to come from the |
SilviaAmAm
added a commit
that referenced
this issue
Jan 21, 2025
- Avoid retrieving the selectielijst service for each zaak - Take advantage of connection pooling by sharing client between zaken
SilviaAmAm
added a commit
that referenced
this issue
Jan 21, 2025
SilviaAmAm
moved this from In Progress
to Has Pull Request
in Open Archiefbeheer - Sprints
Jan 21, 2025
SilviaAmAm
added a commit
that referenced
this issue
Jan 23, 2025
- Avoid retrieving the selectielijst service for each zaak - Take advantage of connection pooling by sharing client between zaken
SilviaAmAm
added a commit
that referenced
this issue
Jan 23, 2025
SilviaAmAm
added a commit
that referenced
this issue
Jan 24, 2025
- Avoid retrieving the selectielijst service for each zaak - Take advantage of connection pooling by sharing client between zaken
SilviaAmAm
added a commit
that referenced
this issue
Jan 24, 2025
SilviaAmAm
added a commit
that referenced
this issue
Jan 24, 2025
svenvandescheur
pushed a commit
that referenced
this issue
Jan 27, 2025
- Avoid retrieving the selectielijst service for each zaak - Take advantage of connection pooling by sharing client between zaken
svenvandescheur
pushed a commit
that referenced
this issue
Jan 27, 2025
svenvandescheur
pushed a commit
that referenced
this issue
Jan 27, 2025
svenvandescheur
pushed a commit
that referenced
this issue
Jan 27, 2025
svenvandescheur
pushed a commit
that referenced
this issue
Jan 27, 2025
github-project-automation
bot
moved this from Has Pull Request
to Done
in Open Archiefbeheer - Sprints
Jan 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the celery container shows this output when resyncing zaken:
Maybe we should do a bulk save for the zaken in the serializer.
The text was updated successfully, but these errors were encountered: