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
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Updating all rows inside Proposals is causing unnecessary load, and potentially leading to issues with executing other actions.
Also, we are currently experiencing more issues with timeouts, and all seem to be pointing towards heavy queries where we have not improved how we approach them.
Towards a solution:
In many cases there are optimizations that we can do, however we need to keep it manageable.
Add a sleep or throttle of some sort to reduce load.
Perhaps, only process individual projects that are submitting deliverables.
Constraint. KISS. Focus on migration to Mongo.
The text was updated successfully, but these errors were encountered:
Problem:
Updating all rows inside Proposals is causing unnecessary load, and potentially leading to issues with executing other actions.
Also, we are currently experiencing more issues with timeouts, and all seem to be pointing towards heavy queries where we have not improved how we approach them.
Towards a solution:
In many cases there are optimizations that we can do, however we need to keep it manageable.
Constraint. KISS. Focus on migration to Mongo.
The text was updated successfully, but these errors were encountered: