Leaderboard-Pro icon indicating copy to clipboard operation
Leaderboard-Pro copied to clipboard

[HACKTOBERFEST-25] bug: Fix the CI workflow for healthcheck

Open sumagnadas opened this issue 3 months ago • 2 comments

Description

The current workflow is a very basic one just meant to kept the back-end on Render alive, but it is failing right now, which has to be fixed for proper running. Apart from that, a frontend healtcheck has to be implemented too.

Expected Behavior

Check if the backend is online and, if not, make it online.

Actual Behavior

Failing on every run and the backend stays offline, loading it up when a request is made.

Possible Fix

  • Increase the timeout for checking the backend so that it doesn't fail
  • Make a new workflow for healthcheck with both backend and frontend check.

Context

Render pauses the web app on no activity for a prolonged amount of time. Making a request every interval keeps it alive, not letting it wind down.

sumagnadas avatar Sep 19 '25 19:09 sumagnadas

Hi @sumagnadas I am interested in solving this issue !! could you please assign this to me

harshithsaiv avatar Sep 19 '25 21:09 harshithsaiv

Hey @harshithsaiv Thanks for showing your interest, you'll be assigned the issue once hacktoberfest officially starts, Till then, you can explore the project and start working on your PR, but it'll only be merged during the period of the event

amaydixit11 avatar Sep 24 '25 12:09 amaydixit11