CLOVIS
05/06/2024, 3:44 PMflow {
emit(a)
while (true) { delay(1_000_000) }
}
but that would consume scheduler resources, even if only a slight amount.
Is there a way to tell the runtime "hey, this flow will never emit again, no need to schedule anything at all"?