From 01675198045018b86ab05cda5e732cf89cf4cc3a Mon Sep 17 00:00:00 2001 From: alyssa Date: Thu, 22 May 2025 19:19:33 +0000 Subject: [PATCH] feat(gateway): instrument shard threads with shard id --- crates/gateway/src/discord/gateway.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/gateway/src/discord/gateway.rs b/crates/gateway/src/discord/gateway.rs index 563a9b78..33c9e12e 100644 --- a/crates/gateway/src/discord/gateway.rs +++ b/crates/gateway/src/discord/gateway.rs @@ -94,6 +94,7 @@ pub fn create_shards(redis: fred::clients::RedisPool) -> anyhow::Result, tx: Sender<(ShardId, Event, String)>,