Skip to content

Commit

Permalink
fix: WS debug check
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jan 11, 2024
1 parent 025c9e1 commit bb9f44b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions suggestions/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit bb9f44b

Please sign in to comment.