You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dev instance of Plombery that has been running for several days. It stalled at 64,447 runs due to the following error:
...\plombery\orchestrator\executor.py", line 101, in run
logger = get_logger()
^^^^^^^^^^^^
...
OSError: [Errno 24] Too many open files: 'C:\\.....\.data\\runs\\run_64452\\logs.jsonl'
I have a dev instance of Plombery that has been running for several days. It stalled at 64,447 runs due to the following error:
What can I do to prevent this error?
Should I be closing off a logger instance?
This issue may be related to #131.
As per the docs, I am obtaining a logger instance in each task using
logger = get_logger()
.The text was updated successfully, but these errors were encountered: