Skip to content

Commit

Permalink
set proper zulip stream and topic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jun 6, 2024
1 parent 5adf473 commit 508c62a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@

# Zulip stream and topic mapping for each squad
squad_streams = {
# "Database Squad": {"stream": "Database Squad", "topic": "Doc alerts"},
# "Big Data and AI Squad": {"stream": "bigdata & ai", "topic": "helpcenter_alerts"},
# "Compute Squad": {"stream": "compute", "topic": "hc_alerts topic"},
# "Network Squad": {"stream": "network", "topic": "Alerts_HelpCenter"}
"Database Squad": {"stream": "4grafana", "topic": "testing"},
"Big Data and AI Squad": {"stream": "grafana", "topic": "testing"},
"Orchestration Squad": {"stream": "4grafana", "topic": "testing"},
"Compute Squad": {"stream": "grafana", "topic": "testing"}
"Database Squad": {"stream": "Database Squad", "topic": "Doc alerts"},
"Big Data and AI Squad": {"stream": "bigdata & ai", "topic": "helpcenter_alerts"},
"Compute Squad": {"stream": "compute", "topic": "hc_alerts topic"},
"Network Squad": {"stream": "network", "topic": "Alerts_HelpCenter"}
}


Expand Down

0 comments on commit 508c62a

Please sign in to comment.