diff --git a/suggestions/bot.py b/suggestions/bot.py index ebbcab5..3652557 100644 --- a/suggestions/bot.py +++ b/suggestions/bot.py @@ -642,6 +642,10 @@ async def update_dev_channel(self): log.info("Not watching for debug info as not on prod") return + if not self.is_primary_cluster: + log.info("Not watching for debug info as not primary cluster") + return + state: State = self.state async def process_watch_for_shutdown():