Open nixpulvis opened 2 months ago
Right now we're throttling DB calls based on a fixed timer. We should update that timer based on the response time from the DB.
This probably involves (yet) another resource to track the LastFetchCompletedAt instant. Renaming LastFetchedAt to LastFetchStartedAt.
LastFetchCompletedAt
LastFetchedAt
LastFetchStartedAt
Added a way to change the throttle in the UI for now at least.
Right now we're throttling DB calls based on a fixed timer. We should update that timer based on the response time from the DB.
This probably involves (yet) another resource to track the
LastFetchCompletedAt
instant. RenamingLastFetchedAt
toLastFetchStartedAt
.