A user reported this error when they were hitting the limits in the load balancer:
download.129475 ERROR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
download.129475 ERROR: Response contents (max 10 lines) are listed below:
download.129475 CRITICAL: name 'os' is not defined
The error we need to address is the CRITICAL: name 'os' is not defined. That looks like a call to a function in the os module, which has not been imported.
A user reported this error when they were hitting the limits in the load balancer:
The error we need to address is the
CRITICAL: name 'os' is not defined
. That looks like a call to a function in the os module, which has not been imported.