diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-10-09 16:49:49 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-09 16:49:49 +0100 |
| commit | afbed7f6056517e0ec938b0ff6f7810cbbf5005e (patch) | |
| tree | 6f3adfc2934acffe0b8a2f27eb963684a1beb7ed /packages/backend/scripts | |
| parent | replace `isBlockedHost` with `isFederationAllowedHost` (diff) | |
| download | sharkey-afbed7f6056517e0ec938b0ff6f7810cbbf5005e.tar.gz sharkey-afbed7f6056517e0ec938b0ff6f7810cbbf5005e.tar.bz2 sharkey-afbed7f6056517e0ec938b0ff6f7810cbbf5005e.zip | |
check redisForReactions at startup
Diffstat (limited to 'packages/backend/scripts')
| -rw-r--r-- | packages/backend/scripts/check_connect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/scripts/check_connect.js b/packages/backend/scripts/check_connect.js index d4bf4baf43..47be1c90d4 100644 --- a/packages/backend/scripts/check_connect.js +++ b/packages/backend/scripts/check_connect.js @@ -34,4 +34,5 @@ function connectToRedis(redisOptions) { config.redisForPubsub, config.redisForJobQueue, config.redisForTimelines, + config.redisForReactions, ])).forEach(connectToRedis); |