I made a scraper with puppeteer and I didn't specified any port for serving it. it just runs and scrape data and exits with process.exit()
command.
I deployed it to heroku with cli but after running it throw error:
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch.
Stopping process with SIGKILL
Process exited with status 137
whats wrong?