Hey has anyone ran the open source server at scale...
# ask-community
p
Hey has anyone ran the open source server at scale? Trying to understand if it can make it to 10k plus workloads
d
Whats a 10k plus workload?
p
Sweet! How many simultaneously have you ran?
d
Anywhere from 5 to 45 ish
I could query the database and find the exact count
i
Hi @Patrick Barker Did you get to run prefect at scale with 10K workloads?
d
What does workload mean in this context
p
We implemented it but haven't load tested it yet
i
Thanks, we also experience some problems making prefect OSS run at scale. We have 100s of flows running at the same time and it seems that our DB starts to responds slowly when the load becomes larger. @Deceivious I also saw you question about something in this context, did you manage to have a working solution in a heavy load such as this?
d
Prefect OSS makes a lot of request to the database. I dont think there is an easy way around this tbh.
I think this falls more into optimizing your database stack.
p
I talked to another dev that said a similar thing, the key is scaling the DB