hi - we started seeing a new log from prefect mani...
# prefect-community
z
hi - we started seeing a new log from prefect manifesting in some failed k8s jobs. Any idea what could be going on here?
right before that we also saw
Copy code
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1129)'))': /graphql
k
This is new to me. And it sounds intermittent?
z
It is super random, yeah
But almost always happens on at least one job
k
Check with the team to see if anyone has ideas
g
Can you get pod logs?
k
The feedback is you might be using an old version of TLS somehow and we have strong security requirements but the logs might help too
a
im seeing the same thing, tho without the SSL error