[HACKTOBERFEST-25] bug: Fix the CI workflow for healthcheck
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.
Hi @sumagnadas I am interested in solving this issue !! could you please assign this to me
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