Forums

Too much service unavailable

For free users too much service unavailable nowdays it was not like this before does anyomne have some informtion?

That sounds like your web app may just be getting more traffic than the 1 worker for free accounts can handle

.

it's running a telegram bot and it uses less cpu than the limit for it can you enlighten me more about it so I can fix this

If your bot is run via a web app, then it could still be worker exhaustion without going over the cpu limit

I think you mean this, recovered from my logs, also a telegram bot:

<class 'requests.exceptions.ProxyError'> ProxyError(MaxRetryError("HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /botmytoken/sendChatAction?chat_id=123&action=typing (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 503 Service Unavailable')))"))

Too much of these logs, I had already setup the proxy.server btw

How is it related?