Skip to content
Snippets Groups Projects

Kafka alert generator

Merged Cody Messick requested to merge cody.messick/gwcelery:avro_alerts into main
Compare and
11 files
+ 408
9
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 15
0
@@ -80,6 +80,21 @@ 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"""
kafka_queue_name = 'kafka'
"""Kafka queue name"""
kafka_queue_exchange_name = 'kafka'
"""Kafka queue exchange name"""
kafka_queue_routing_key = 'kafka.key'
"""Kafka queue routing key"""
superevent_d_t_start = {'gstlal': 1.0,
'spiir': 1.0,
'pycbc': 1.0,
Loading