Add real-time watch dashboard for request provisioning#205
Open
Add real-time watch dashboard for request provisioning#205
Conversation
ListMachinesHandler.execute_query() used synced_machines[0] after syncing with AWS, always picking the first instance in the reservation regardless of which machine was being iterated. This caused return --all to send the same instance ID repeated N times instead of N unique IDs. Match synced machine by ID instead of blindly taking the first element.
…spot prices Weights were not proportional to vCPUs (t3.medium:1, t3.large:2 when both have 2 vCPUs). Added t3.xlarge to all templates for weight diversity. Unified max_price to $0.10 (25% above observed t3.xlarge spot price).
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add
orb requests watchcommand — a real-time CLI dashboard for monitoring request provisioning. Displays braille dot-precise progress bar with OD/Spot color segments, per-AZ distribution bars, capacity units, vCPU count, machine count, and elapsed time. Auto-resolves latest request when no ID provided. Supports weighted capacity fleets.Type of Change
Related Issues
Fixes #
How Has This Been Tested?
Test Configuration
Checklist
Additional Notes
Screenshots (if appropriate)
Performance Impact
Security Considerations
Dependencies
No new dependencies. Uses Rich (already in project).
Migration Guide
N/A — new additive feature, no breaking changes.
Deployment Notes
No special considerations.
Reviewers
@awslabs/orb-maintainers