Skip to content

Fix: Changes runs filtering logic to backend, increases update interval to 15s#730

Merged
crazyplayy merged 2 commits into
masterfrom
721-fix-maestro-loading-times-seem-longer-and-pages-seem-to-be-blocking
Jul 6, 2023
Merged

Fix: Changes runs filtering logic to backend, increases update interval to 15s#730
crazyplayy merged 2 commits into
masterfrom
721-fix-maestro-loading-times-seem-longer-and-pages-seem-to-be-blocking

Conversation

@crazyplayy

Copy link
Copy Markdown
Contributor

Description

Previously, all runs were fetched from backedn and then filtered on the frontend to display on Dashboard just the ones with the statuses "CREATING", "PENDING" and "RUNNING".
Now, this logic is all done in the backend and just one call is make to retrieve all the runs that contain this status.
Also, the update interval of this call was increased to 15s.

Closes #721

Checklist

  • The commit message follows our guidelines
  • Tests for the respective changes have been added
  • The labels and/or milestones were added

@crazyplayy crazyplayy added the bug Something isn't working label Jul 6, 2023
@crazyplayy crazyplayy added this to the v0.9 milestone Jul 6, 2023
@crazyplayy crazyplayy self-assigned this Jul 6, 2023
@crazyplayy crazyplayy linked an issue Jul 6, 2023 that may be closed by this pull request
@crazyplayy crazyplayy changed the title Fix: Changes filtering logic to backend, increases update interval to 15s Fix: Changes runs filtering logic to backend, increases update interval to 15s Jul 6, 2023
@crazyplayy
crazyplayy merged commit 828a5b0 into master Jul 6, 2023
@crazyplayy
crazyplayy deleted the 721-fix-maestro-loading-times-seem-longer-and-pages-seem-to-be-blocking branch July 6, 2023 10:57
@crazyplayy crazyplayy added api Maestro API frontend labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Maestro API bug Something isn't working frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Maestro loading times seem longer and pages seem to be blocking

3 participants