Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://atlanhq.atlassian.net/browse/PLT-1702 (more detail in the ticket)
Custom workflow-controller image tagged
v3.5.2-atlan-0.3
it aims to use workaround fixes to provide more feature on top of the existing official version, until a later date when the proper fix is implemented
tested with argo unit tests e2e test
it contains the following additional commits on top of official
v3.5.3
.fix: skip reset message when transition from pending to fail
fix: prevent update race in workflow cache
fix: RetryPolicyOnTransientError also retries on error 745982e
retryStrategy.expression evaluated to false
regardless of actual failure argoproj/argo-workflows#13058fix: Apply podSpecPatch in woc.execWf.Spec and template to pod sequentially dc7d497
woc.execWf.Spec
and template to pod sequentially argoproj/argo-workflows#12476feat: enable template params in wf podspecpatch c15d740
podSpecPatch
doesn't apply to all pods in atlan workflows withtemplateDefaults
(likely follows the same root cause as hung workflow, will take some time to reproduce in outside atlan env)