Lucas Belo
Lucas Belo
yes. Here is an example with a dummy flow: Code: ``` @task() async def do_work(wait_time: int): logger.info("doing some work") await asyncio.sleep(wait_time) return {"message": "dummy message"} @prefect_flow(name="dummy_flow") async def flow(report_id: str,...
Also flows finishing in state running.
Hi @AlexanderBabel, did you redis instance memory is doing well? is it not happening the same problem as this https://github.com/PrefectHQ/prefect/issues/18654#issuecomment-3185809164?