caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
575 stars 49 forks source link

Client closed connection while waiting for request #194

Open nspr-bhargav opened 3 weeks ago

nspr-bhargav commented 3 weeks ago

:question: Question

Hi I'm not sure if I'm missing something here. I've deployed the docker container to kubernetes.
Almost everything works, expect when I look at the logs of the pod, I see several lines in the logs caused by the livenessprobe. [info] 17#17: *177 client closed connection while waiting for request, client: 192.168.1.1, server: 0.0.0.0:8000.
I've changed the livenessprobe to from httpGet to tcpSocket, but still having the same problem.
Is there another path I have to check for liveness probe? or is there another env variable I need to set?

caronc commented 1 week ago

I'm not sure what's happening here. Is this a very busy setup? Maybe you require more workers?

Perhaps you can share more details about your setup that might help describe what's going on for you?