I've made a Heroku NodeJS app. At first time, it had "web" type of app. I setup New Relic so the app won't shutdown. New Relic pings the app by https protocol.
I changed the app to "worker" type, then New Relic responded with 503 status code, so ping operations are all failed. How to ping a "worker" Heroku app to keep it alive?