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

feat(framework): skip to update progress of subtasks #8154

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

narrowizard
Copy link
Collaborator

@narrowizard narrowizard commented Oct 23, 2024

  • add env SKIP_SUBTASK_PROGRESS to decide wether skip subtask progress updating to db

#8142

Summary

To further reduce the impact caused by the expansion of the subtask table, I have added another environment variable that allows selectively skipping the subtask progress update operation.

#8142

Screenshots

set SKIP_SUBTASK_PROGRESS=true
image
image

unset SKIP_SUBTASK_PROGRESS
image

Other Information

There were too many logs skip subtask progress update, so I removed the log finally.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. component/framework This issue or PR relates to the framework pr-type/feature-development This PR is to develop a new feature labels Oct 23, 2024
- add env SKIP_SUBTASK_PROGRESS to decide wether skip subtask progress updating to db
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 23, 2024
@klesh klesh merged commit 5235a97 into apache:main Oct 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/framework This issue or PR relates to the framework lgtm This PR has been approved by a maintainer pr-type/feature-development This PR is to develop a new feature size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants