Python script error: Too many open files in system
#13361
-
Hi Team!
From the configuration side nothing has changed, and we have workflows that were running for around 6 months successfully and then at one moment started failing with Could you, please, advise how it can be fixed? |
Beta Was this translation helpful? Give feedback.
Answered by
Joibel
Jul 18, 2024
Replies: 1 comment 1 reply
-
This is not argo-workflows fault. You are running python inside your workflow pods, which are just normal kubernetes pods.
The argo-workflows community can't help fix this for you |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Nataliia5722
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not argo-workflows fault.
You are running python inside your workflow pods, which are just normal kubernetes pods.
Some thoughts:
The argo-workflows community can't help fix this for you