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

Improve reliability for waiting job to start before running steps. #3450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TingluoHuang
Copy link
Member

@TingluoHuang TingluoHuang commented Sep 4, 2024

  • When update timeline record failed, instead of waiting for another update for the same record, we will auto retry the update with a short back-off.
  • Collect how long does it normally take for the first timeline record get updated.
  • Allow configure how long should we wait for the first job record updates to finish.

The change will be controlled by 3 feature flags:

  • DistributedTask.EnableJobRecordUpdatedTelemetry
  • DistributedTask.EnableRecordUpdateAutoRetry
  • DistributedTask.FirstJobRecordUpdateWaitTimeInSeconds

@TingluoHuang TingluoHuang requested a review from a team as a code owner September 4, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant