Vince Roche
06/29/2024, 11:24 AMNate
06/29/2024, 10:30 PMserve
circumvents the need for a worker, because it itself starts a process that listens for / executes scheduled runs. the drawback is that you have to know the full set of deployments (which is just 1 if you do my_flow.serve(...)
as opposed to `serve(*deployments)` ) it can run when you start the process, unlike a worker who can live forever and execute any deployments assigned to its work pool