-
Notifications
You must be signed in to change notification settings - Fork 811
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
fix(front50): teach MonitorPipelineTask to handle missing/null execution ids #4555
fix(front50): teach MonitorPipelineTask to handle missing/null execution ids #4555
Conversation
…ion ids give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask).
5e04c9b
to
dc4c681
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can we backport all the way down to 1.28
?
@Mergifyio backport release-1.28.x release-1.29.x release-1.30.x release-1.32.x |
✅ Backports have been created
|
…ion ids (#4555) (#4556) give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask). (cherry picked from commit 7523f5d) Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
…ion ids (#4555) (#4557) give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask). (cherry picked from commit 7523f5d) Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
…ion ids (#4555) (#4558) give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask). (cherry picked from commit 7523f5d) Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
…ion ids (#4555) (#4559) give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask). (cherry picked from commit 7523f5d) Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
@dbyron-sf seems like you miss backport for |
@Mergifyio backport release-1.27.x release-1.31.x |
✅ Backports have been created
|
…ion ids (#4555) (#4561) give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask). (cherry picked from commit 7523f5d) Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
…ion ids (#4555) (#4560) give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask). (cherry picked from commit 7523f5d) Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
give the task terminal status in this case since that feels closer to the truth than succeeded even though the error is likely elsewhere (e.g. in a StartPipelineTask).