-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 retrying logic which was causing persistenceagent to crash loop. #633
Conversation
/assign @IronPan |
/retest |
thanks for the fix! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Nice guys! |
* TODO1: PipelineLoop inlined including nested loops and added tests. * Supported recursive and parallel tasks inlining. For recursive tasks, we simply skip them. For Parallel tasks, relevant tests were added. * Run all tests against inlined taskSpec and normal taskRefs * Added CLI Flag disable/enable spec inlining.
fixes #624
I've verified the restarts no longer happen with this change.
This change is