https://prefect.io logo
Title
r

Rohan Paithankar

04/12/2022, 11:48 PM
Hi all, how do we access the optimal hardware requirements for Prefect Server? We are expecting a maximum of 10 users at peak time and minimum of 3 users.
k

Kevin Kho

04/12/2022, 11:52 PM
Server requirements are more about the load of your flows hitting the API which will vary on what you are doing. For example, someone can map over 100k tasks in one flow. That will generate a big load. It’s also more about burstiness from the flows. So this really isn’t something we can give an accurate recommendation on other than bumping the resources for the API pods/containers depending on your Flows
:upvote: 1
r

Rohan Paithankar

04/13/2022, 12:20 AM
@Kevin Kho Is the load more on memory side or the compute side?
k

Kevin Kho

04/13/2022, 12:52 AM
Flows update their status by hitting the API of Prefect Cloud/Server