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

再接続しててくれろ〜 (他に問題がみつからないのでたぶん)

2022-01-04T00:15:23.196497+00:00 app[web.1]: ERR! Redis Client Error!
SocketClosedUnexpectedlyError: Socket closed unexpectedly
at Socket.<anonymous> (/app/node_modules/@node-redis/client/dist/lib/client/socket.js:176:118)
at Object.onceWrapper (node:events:510:26)
at Socket.emit (node:events:390:28)
at TCP.<anonymous> (node:net:687:12)
rror: Socket closed unexpectedly
at Socket.<anonymous> (/app/node_modules/@node-redis/client/dist/lib/client/socket.js:176:118)
at Object.onceWrapper (node:events:510:26)
at Socket.emit (node:events:390:28)
at TCP.<anonymous> (node:net:687:12)

zunda

SELECT created_at,uri FROM statuses WHERE account_id = 1 AND created_at > '2021-12-01' AND text LIKE '%SocketClosedUnexpectedlyError%' ORDER BY created_at;すると最初に気になったのは2022-01-04 00:37:25 UTCのもよう。やっぱしhttps://github.com/mastodon/mastodon/pull/17161 のnode-redisの3.1.2から4.0.1への更新からかな?

GitHubBump redis from 3.1.2 to 4.0.1 by dependabot[bot] · Pull Request #17161 · mastodon/mastodonBumps redis from 3.1.2 to 4.0.1. Release notes Sourced from redis's releases. v4.0.0 This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking chang...

Redis Client Error!エラーをログするようになったのはMastodonの方の変更からだったっぽい。この行が増えたからといってRedisクライアントの動作は変化しないだろうと思うので、まあ、やっぱり今まで見えていなかったエラーがが見えるようになっただけと思ってよさそうだね。
https://github.com/mastodon/mastodon/pull/17183/files#diff-f9eb75341ce6bbfb6d0468e132684dc

GitHubFinish update of node-redis by lfuelling · Pull Request #17183 · mastodon/mastodonThis PR completes the migration from v3 to v4 of the mastodon-streaming redis client. It was updated in #17161, but only bumped. The migration guide can be found here: https://github.com/redis/node...