Skip to content
Snippets Groups Projects

Kafka alert generator

Merged Cody Messick requested to merge cody.messick/gwcelery:avro_alerts into main
Compare and
12 files
+ 329
33
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 6
0
@@ -80,6 +80,12 @@ then completely disable the GCN listener."""
email_host = 'imap.gmail.com'
"""IMAP hostname to receive the GCN e-mail notice formats."""
scimma_broker_url = 'kafka://kafka.scimma.org/'
"""SCiMMA broker URL"""
scimma_topic_name = 'lvk-emfollow.gwalert-playground'
"""SCiMMA topic name"""
superevent_d_t_start = {'gstlal': 1.0,
'spiir': 1.0,
'pycbc': 1.0,
Loading