Hi team, While launching multiple workflows with m...
# ask-the-community
v
Hi team, While launching multiple workflows with map tasks in parallel, we get this error, any suggestions on how to handle this or avoid this?
Copy code
RuntimeExecutionError: max number of system retry attempts [51/50] exhausted. Last known status message: failed at Node[dn0]. RuntimeExecutionError: failed during plugin execution, caused by: failed to execute handle for plugin [k8s-array]: 
Operation cannot be fulfilled on pods "f22e1b0a871194088843-n3-0-dn0-0-57-1": the object has been modified; please apply your changes to the latest version and try again
k
what version of propeller you are running?
v
Copy code
flyteadmin_version     = "v1.1.21"
  flyteconsole_version   = "v1.1.0"
  flytecopilot_version   = "v0.0.26"
  flytepropeller_version = "v1.1.33"
k
This seems odd
Something happened outside of Flyte
Or are there 2 propellers
v
we don’t have 2 propellers 😞
Any suggestions on how to debug this?
160 Views