Hello! I've deployed a flow on a small 24/7 worker...
# ask-community
r
Hello! I've deployed a flow on a small 24/7 worker using the
.serve()
method (the idea here is to start a flow run as fast as possible). However, during high demand period, late flow runs can pile up in the queue waiting for this worker to pick them up. I wonder if it is possible to mix this approach with dynamic infrastructure so that an additional worker might be started if the number of late runs is to large. Does anybody have encountered a similar use case?