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 worked around that by commenting, which to be honest doesn't seem to affect the run. (and wouldn't have done anything if not run with superuser privileges)
#include resource
and
#rlimit = resource.getrlimit(resource.RLIMIT_NOFILE)
#resource.setrlimit(resource.RLIMIT_NOFILE, (rlimit[1], rlimit[1]))
TODO: add resource to requirements.txt
The text was updated successfully, but these errors were encountered: