-
Notifications
You must be signed in to change notification settings - Fork 672
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
[Feature] Hive Task should show "waiting for resources" when task is waiting for tokens #411
Comments
* overriding base PodTemplate with manager-specific updates Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * using the ObjectMeta from the PodTemplateSpec instead of the PodTemplate resource Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]>
The main UI is added and execution's filter is connected. All changes leave under OnlyMine featureFlag Signed-off-by: Eugene Jahn <[email protected]>
* overriding base PodTemplate with manager-specific updates Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * using the ObjectMeta from the PodTemplateSpec instead of the PodTemplate resource Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Motivation: Why do you think this is important?
Currently the user cannot see that the users query is stuck behind other queries either in their project or across a global limit. This should use the waiting_for_resources status. Also the "reason" field should show the exact reason for waiting - "x/y used and globally x/y used"
Goal: What should the final outcome look like, ideally?
User should be able to see that the task is stuck on resources and how much is the current subscription levels
Describe alternatives you've considered
Stats, Not available
Flyte component
[Optional] Propose: Link/Inline
NA
Additional context
NA
Is this a blocker for you to adopt Flyte
NA
The text was updated successfully, but these errors were encountered: