Description
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
~/java/github/sevntu-checkstyle/methods-distance [master|✔]
07:46 $ heroku ps:scale web=1 -a methods-distance
› Warning: heroku update available from 7.69.1 to 8.0.4.
Scaling dynos... !
▸ Item Could not be Updated: The app owner has to subscribe to Eco
to scale your dynos. Learn more at https://blog.heroku.com/new-low-cost-plans
I opened ticket on how to stay free - https://help.heroku.com/tickets/1240314?n=1
They responded, and no more free tiers.
we need to find new cloud provider for this stateless service.