Hi, prefect family! My flow is not like this normally, but once in a while, an error 'Too Many File' occurs. The problem is that once it occurs, the openfile buffer of the instance is consumed and a new process is not executed.
I want to fundamentally solve this error that may pop up when. Do you know anything about this?
k
Kevin Kho
07/14/2021, 1:46 PM
Hey @jaehoon, hard to say what’s going on here, but definitely not from the Prefect library. Are you mapping a task that opens files? Are you closing files that you open?
j
jaehoon
09/09/2021, 12:20 PM
Hi, prefect family! My all flows isuddenly failed with this error.
I'm using Gitlab Storage. So I think It caused by 'no module import gitlab'.
please help me!
k
Kevin Kho
09/09/2021, 1:59 PM
This is just saying the agent doesn’t have the gitlab package installed. Note that there is a version of PyGitLab that doesn’t work with Prefect. See this . But you just need to install PyGitlab on the agent here.