|
|
|
|
|
by glenngillen
1950 days ago
|
|
I only skimmed the code but my guess would be: * it's running on a single dyno, which will go to sleep if there is a lack of activity or your reach the usage limit for your account for the month. * it's using websockets to communicate, but seems to not use any shared persistence for managing state. So running a 2nd dyno to load balance + keep dynos awake doesn't appear to be an option. |
|