The Python function runtime should raise its soft ulimit for open files
to match the hard limit at startup. Go and Java runtimes already do this
automatically. Without it, the Python runtime fails under load on
platforms with a low default soft limit (e.g. 1024).
The fix belongs in the middleware startup path.
Related: SRVOCF-788