https://flyte.org logo
#ask-the-community
Title
# ask-the-community
v

varsha Parthasarathy

04/14/2023, 11:29 PM
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

Kevin Su

04/14/2023, 11:33 PM
what version of propeller you are running?
v

varsha Parthasarathy

04/15/2023, 12:10 AM
Copy code
flyteadmin_version     = "v1.1.21"
  flyteconsole_version   = "v1.1.0"
  flytecopilot_version   = "v0.0.26"
  flytepropeller_version = "v1.1.33"
k

Ketan (kumare3)

04/15/2023, 5:10 AM
This seems odd
Something happened outside of Flyte
Or are there 2 propellers
v

varsha Parthasarathy

04/17/2023, 3:59 PM
we don’t have 2 propellers 😞
Any suggestions on how to debug this?
2 Views