Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
Constants.py 248 B
Newer Older
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
TOPIC_CONTEXT  = 'context'
TOPIC_TOPOLOGY = 'topology'
TOPIC_DEVICE   = 'device'
TOPIC_LINK     = 'link'
TOPIC_SERVICE  = 'service'

TOPICS = {TOPIC_CONTEXT, TOPIC_TOPOLOGY, TOPIC_DEVICE, TOPIC_LINK, TOPIC_SERVICE}

CONSUME_TIMEOUT = 0.5 # seconds