<@U06D0TMQ2U8> Have you ever hit issues with <tap-...
# singer-tap-development
h
@pat_nadolny Have you ever hit issues with tap-sftp hitting
TooManyFilesOpen
error? Been getting a lot of errors with the bonobos fork. I noticed in the Singer version, there was actually a
try/except
clause to catch it. Not sure if you remember anything since you last worked on the tap, but any insight would be super helpful. Thanks! 🙂
p
I don’t remember that error specifically but I remember a similar bug came up related to too many open connections and I’m not sure if it was ever fixed since it was rare. The stfp connection class seems like it could be the culprit, not closing files/connections properly.