drie / push-issues

Issues against push
1 stars 0 forks source link

hosting systems using websockets #2

Open tansaku opened 7 years ago

tansaku commented 7 years ago

I've been experimenting with hosting a slack bot on drie push.

the bot stayed live for much of the weekend, but is now offline ...

I created an empty git and pushed again to see if it would go live, but that didn't work.

I suspect that I would need to push the current code to a new endpoint - as that was what allowed me to get another live bot last time. I feel like the websocket might be really dead, once it goes past a certain point of inactivity ...

I can start the app from the command line over ssh, but then the bot will go offline after I log out ...

my attempts to disown and nohup failed ...

tansaku commented 7 years ago

slack is currently recommending these providers:

https://api.slack.com/docs/hosting

I could also just roll an AWS instance like we have for autograders ...