-
Notifications
You must be signed in to change notification settings - Fork 674
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
Expose execution caching status in the UI #21
Comments
schottra
changed the title
[DEMO NICE-TO-HAVE] Add indication that an execution is cached
Add indication that an execution is cached
Dec 10, 2019
schottra
changed the title
Add indication that an execution is cached
Expose execution caching status in the UI
Dec 11, 2019
schottra
added
blocked
This work depends on an upstream change
ui
Admin console user interface
labels
Dec 11, 2019
Removed label blocked because both of the blocking issues are resolved. Please let me know if that's not accurate |
Implemented by flyteorg/flyteconsole#91 |
eapolinario
referenced
this issue
in eapolinario/flyte
Dec 6, 2022
eapolinario
referenced
this issue
in eapolinario/flyte
Dec 20, 2022
* migrate to go module * no dep download * no need of dep * update boilerplate as well * no dep * try to fix lint * loader prints too much * incorporate latest boilerplate changes * use latest boilerplate * adding * Remove k8s client-go pinned version Co-authored-by: Yee Hing Tong <[email protected]> Co-authored-by: Andrew Chan <[email protected]>
eapolinario
referenced
this issue
in eapolinario/flyte
Aug 21, 2023
* migrate to go module * no dep download * no need of dep * update boilerplate as well * no dep * try to fix lint * loader prints too much * incorporate latest boilerplate changes * use latest boilerplate * adding * Remove k8s client-go pinned version Co-authored-by: Yee Hing Tong <[email protected]> Co-authored-by: Andrew Chan <[email protected]>
eapolinario
referenced
this issue
in eapolinario/flyte
Aug 21, 2023
Signed-off-by: Yuvraj <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 8, 2023
eapolinario
pushed a commit
that referenced
this issue
Sep 12, 2023
eapolinario
pushed a commit
that referenced
this issue
Sep 13, 2023
) Signed-off-by: Eduardo Apolinario <[email protected]>
eapolinario
referenced
this issue
in eapolinario/flyte
Sep 26, 2023
* migrate to go module * no dep download * no need of dep * update boilerplate as well * no dep * try to fix lint * loader prints too much * incorporate latest boilerplate changes * use latest boilerplate * adding * Remove k8s client-go pinned version Co-authored-by: Yee Hing Tong <[email protected]> Co-authored-by: Andrew Chan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the UI does not show that a task execution is memoized. It is just absent from execution details if the execution was skipped because of cache.
Depends on #138
The text was updated successfully, but these errors were encountered: