Skip to content

Commit

Permalink
zulip stream and topic for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jul 29, 2024
1 parent b8ae0e7 commit f6eb60c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 9_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

# Zulip stream and topic mapping for each squad
squad_streams = {
"Database Squad": {"stream": "4grafana", "topic": "testing"},
"Big Data and AI Squad": {"stream": "4grafana", "topic": "testing"},
"Compute Squad": {"stream": "4grafana", "topic": "testing"},
"Network Squad": {"stream": "4grafana", "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"}
# "Database Squad": {"stream": "4grafana", "topic": "testing"},
# "Big Data and AI Squad": {"stream": "4grafana", "topic": "testing"},
# "Compute Squad": {"stream": "4grafana", "topic": "testing"},
# "Network Squad": {"stream": "4grafana", "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 f6eb60c

Please sign in to comment.