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

Offload TaskResultStatus to db with Large workflow #13213

Closed
shuangkun opened this issue Jun 18, 2024 · 1 comment
Closed

Offload TaskResultStatus to db with Large workflow #13213

shuangkun opened this issue Jun 18, 2024 · 1 comment
Labels
area/controller Controller issues, panics area/offloading Node status offloading solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) type/feature Feature request

Comments

@shuangkun
Copy link
Member

Summary

Offload TaskResultStatus to db

Use Cases

I have a large simulation experiment workflow with lot of pod. (2w-4w), Therefore, even though I have offloaded nodestatus to the db, this workflow cannot be updated in the end because the status is too large. So I want to Offload TaskResultStatus to db when The workflow pod exceeds a certain threshold,such as 20000.


Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

@agilgur5
Copy link
Member

I guess this is superseded by #13783 since it already has more upvotes and discussion than this issue

@agilgur5 agilgur5 added the solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Controller issues, panics area/offloading Node status offloading solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) type/feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants