diff --git a/breeder/linux_network_stack/effectuation.py b/breeder/linux_network_stack/effectuation.py index 397820db..9b0af5df 100644 --- a/breeder/linux_network_stack/effectuation.py +++ b/breeder/linux_network_stack/effectuation.py @@ -1,6 +1,5 @@ -## coroutines -# interaction +### --- coroutines --- ### async def gather_instruction(): # Connect to NATS Server. nc = await nats.connect(NATS_SERVER_URL) @@ -32,8 +31,7 @@ async def deliver_probe(metric_value): await nc.flush() await nc.close() {% endraw %} -# optimization - +### --- end coroutines --- ### def create_target_interaction_dag(dag_id, config):