here's how i do it in another project: ``` Flux.in...
# coroutines
p
here's how i do it in another project:
Copy code
Flux.interval(Duration.ofSeconds(300)).flatMap { /* stuff */ }