Skip to content
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

Timeline triage #503

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

droberts-ctrlo
Copy link
Contributor

This PR is purely to address the timeline making the system unresponsive. The fix:

  • Sets an (arbitrary) limit on the number of items one request can return - in testing on a copy system it was found that this gave us an average wait time of approx 1min when reaching said limit
  • Runs the request to update the timeline asynchronously, meaning the system remains responsive, and navigation away from the page is still possible should the timeline be selected by mistake
  • Cancels requests should another be required before it has completed

As stated, this is currently a triage operation, this is not expected to be a permanent fix. A full requirement shall be discussed and implemented for v2.7 as far as is feasible.

@droberts-ctrlo droberts-ctrlo changed the base branch from master to dev December 19, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant