8000 fix: small UI changes for metrics view and remove worker status by abelanger5 · Pull Request #432 · hatchet-dev/hatchet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: small UI changes for metrics view and remove worker status #432

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

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

abelanger5
Copy link
Contributor

Description

  • Removes worker status from database entry since it is unused
  • Fixes styling of the metrics toolbar

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Copy link
vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hatchet-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 30, 2024 4:30pm

@@ -107,7 +107,7 @@ export function WorkersTable() {
Last seen {relativeDate(data?.lastHeartbeatAt)} <br />
{(data.maxRuns ?? 0) > 0
? `${data.availableRuns} / ${data.maxRuns ?? 0}`
: ''}{' '}
: '100'}{' '}
Copy link
Contributor

Choose a reason for hiding this comment

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

we default to 100 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, this is purely on the backend but is a safeguard for avoiding overloading the workers

@abelanger5 abelanger5 merged commit 8768e88 into main Apr 30, 2024
@abelanger5 abelanger5 deleted the belanger/metrics-styling branch April 30, 2024 16:58
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
0