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

HTTP Server: Statuses can be collected in the background #203

Merged
merged 5 commits into from
Dec 8, 2024

Conversation

ptabor
Copy link
Contributor

@ptabor ptabor commented Dec 7, 2024

The server's method /status was not updating the status in the app layer.
As collecting all statuses for multiple devices is a slow operation,
I'm proposing to add a background process to refresh them independently of requests.

@ptabor ptabor force-pushed the 20241207-statuses branch from bc2a46e to 7abee37 Compare December 7, 2024 19:42
@ptabor ptabor changed the title Fixed collection of statuses. HTTP Server: Statuses can be collected in the background Dec 8, 2024
@ptabor ptabor force-pushed the 20241207-statuses branch from 84fa5f0 to 9974e16 Compare December 8, 2024 10:14
@vishen vishen merged commit 489e960 into vishen:master Dec 8, 2024
12 checks passed
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.

2 participants