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

feat(admin): add admin page containing a workers table #707

Closed
wants to merge 9 commits into from

Conversation

ecrupper
Copy link
Contributor

No description provided.

@JordanSussman
Copy link
Collaborator

@ecrupper I'm sure this is answered in the underlying server source code, but I'm curious: will this page only show workers that have checked in within the last x interval? I'm specifically asking since our workers table is quite "dirty" with old workers due to the amount of auto-scaling we do on a daily basis.

@ecrupper
Copy link
Contributor Author

ecrupper commented Nov 1, 2023

@ecrupper I'm sure this is answered in the underlying server source code, but I'm curious: will this page only show workers that have checked in within the last x interval? I'm specifically asking since our workers table is quite "dirty" with old workers due to the amount of auto-scaling we do on a daily basis.

Yeah something like that is definitely my vision for this (slated for v0.23). Maybe leveraging the active column? Check in logic works too.

A few things I want to see most from this page: some sort of filtering on check-in logic / active status, ability to update routes, ability to click on running builds and be directed to that build's page

@plyr4
Copy link
Contributor

plyr4 commented Jul 17, 2024

closing in favor of #794

@plyr4 plyr4 closed this Jul 17, 2024
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.

3 participants