Hi everyone,
I'm a long-time user and enthusiast of Prefect. I'm currently exploring a more demanding use case and I'm curious about the scalability of Prefect 2 OSS. Specifically, I'm considering deploying it on GKE and need to handle
hundreds of flow submissions per second while orchestrating
thousands of concurrent running tasks, most of which are sub 5 second flows.
Could someone provide insights into whether the open-source Prefect stack is designed to support this level of load on Kubernetes?
Thanks in advance!
I came across
this StackOvereflow thread from 2020, which advices against using open-source offering for large scale, but wanted to check whether anything changed since then :)