mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

このインスタンスが500ばっかり返す子になってました。すみません!

ActiveRecord::ConnectionTimeoutError (could not obtain a connection from the pool within 5.000 seconds (waited 5.000 seconds); all pooled connections were in use):

heroku pg:psqlでは問題なくつながるんだよなあ。
WEB_CONCURRENCYは1でMAX_THREADSは3なのでデータベース接続は3本しか使わないはずなんだけど、DB_POOLを5から7に増やしてみました。これで1スレッド2本までつなげる!(うーんと)