PantherHackers / PantherBot

PantherBot is a WebSocket Application that takes advantage of Slack's RTM API to interact with the channels that it is a part of.
Mozilla Public License 2.0
14 stars 14 forks source link

Changing PB Process to Worker #101

Closed bcabio closed 7 years ago

bcabio commented 7 years ago

Procfile changes to make sure that Heroku doesn't make PB bind to a web port.

Errors as shown but it ran smoothly in stage.


2017-09-10T18:30:31.002582+00:00 app[web.1]: 09/10/2017 06:30:31 PM - Bot - [INFO] - Message sent: 
2017-09-10T18:30:31.007025+00:00 app[web.1]: 09/10/2017 06:30:31 PM - ReactBot - [INFO] - Hello
2017-09-10T18:30:31.007678+00:00 app[web.1]: 09/10/2017 06:30:31 PM - ReactBot - [INFO] - Reconnect Url
2017-09-10T18:30:31.042632+00:00 app[web.1]: 09/10/2017 06:30:31 PM - ReactBot - [INFO] - Presence Change
2017-09-10T18:30:32.082685+00:00 app[web.1]: 09/10/2017 06:30:32 PM - ReactBot - [INFO] - Presence Change
2017-09-10T18:31:25.943393+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2017-09-10T18:31:25.943455+00:00 heroku[web.1]: Stopping process with SIGKILL
2017-09-10T18:31:26.090042+00:00 heroku[web.1]: Process exited with status 137
2017-09-10T18:31:26.104134+00:00 heroku[web.1]: State changed from starting to crashed```