429 error on sleep Python service

Hi guys,

I’m having a really weird trouble that I’ve been trying to figure out for weeks.

So I host my Node.js web app on Render and Python service also on Render.

But my web app on Render can’t wake up Render at all. There’s no sign of the wake up in the logs of Python service but if I tried to wake up through the same web app but on localhost or by Postman or manually go to the website, it’ll wake up.

I try to fix by adding attemps and retry but it has error 429, even on first try.

I wake up by calling /health to check if it’s healthy and also included user-agent to avoid 429 but it doesn’t work.

PLEASE HELP

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.