-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Unavailable #61
Comments
|
I got response from support. |
I we be not accepted we can try https://railway.app/ , it has some free basic credit for each month that will be enough for our application, that has almost no traffic. |
we are approved for Free plan on Heroku, I will do deploy as credits are applied to plan. |
|
detected at #75 (comment)
service is not awailable as Heroku is not free any more:
there is no free tier any more.
all requests, endup in error, in Heroku logs:
2023-04-15T14:26:48.541486+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/dsm?source_url=https://raw.githubusercontent.com/checkstyle/checkstyle/b4e884c2ff3bef182b045692b59c1aceae3cb892/src/main/java/com/puppycrawl/tools/checkstyle/Checker.java" host=methods-distance.herokuapp.com request_id=a5c18a6e-248a-4578-9033-0d48f1b860a7 fwd="76.103.49.161" dyno= connect= service= status=503 bytes= protocol=https
I opened ticket on how to stay free - https://help.heroku.com/tickets/1240314?n=1
They responded, and no more free tiers.
links:
https://help.heroku.com/8GD2AVBW/why-am-i-seeing-an-application-error-after-the-termination-of-free-plans
we need to find new cloud provider for this stateless service.
The text was updated successfully, but these errors were encountered: