Takuya Yoshida

Results 10 comments of Takuya Yoshida

Are you runnning with docker? If runnning environment is docker, edit database.json to: ``` { "defaultEnv": { "ENV": "NODE_ENV" }, "development": { "driver": "sqlite3", "filename": "data/development.db" }, "production": { "driver":...

FROMイメージを更新しちゃうのもありかもしれない(node:16.15.1-bullseye→16.17.0-bullseye)

コードが変わる度に毎回`yarn install`するのもアレなので、COPYレイヤ量産してでも最適化はしたい

手元で動いたのでDraft外します

inboxキューは壊れていないので謎…ちょっと検証するか (オフトピ:registedではなくregisteredでは…?)

We probably had the same situation. Environment: Service: Vultr OS: Ubuntu 22.04 Kubernetes: RKE2 v1.25.4+rke2r1 Cilium: 1.12.4 and 1.13.0-rc2 Try every configuration, and finally found: - Do not use `bandwidthManager`...

多分動く™

FYI: Mastodonでの実装 https://github.com/mastodon/mastodon/blob/fdd1facba16db75e425c02807323eb2666688652/app/lib/feed_manager.rb

キャッシュが効き過ぎるとapt-getは古いパッケージになってしまうかもしれないけど、そんなに弊害は無いはず

same here, and maybe I found a solution. I don't know why, but CouchDB needs `NODENAME` environment on cluster mode. And need append `-proto_dist inet6_tcp` to `ERL_FLAGS` for support IPv6....