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

get rid of some noise in status updates #2268

Merged
merged 3 commits into from
Jan 20, 2025
Merged

get rid of some noise in status updates #2268

merged 3 commits into from
Jan 20, 2025

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Jan 16, 2025

Description

The front end is making many many redundant calls to the back end for status. Use redis to cache so that the backend only gets hit every 30 seconds.

NOTE: Some files are formatting changes only, don't know why they are there.

Security Considerations

N/A

Copy link
Contributor

@heyitsmebev heyitsmebev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. Yeah, there's some outdated frontend code that needs to be removed and refactor when it comes to calling the server

Copy link
Contributor

@jonathanbobel jonathanbobel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@terrazoon terrazoon merged commit 028a154 into main Jan 20, 2025
11 checks passed
@terrazoon terrazoon deleted the notify-admin-2245 branch January 20, 2025 19:27
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.

Reduce UI calling frequency for status updates
4 participants