Hi all, how do we access the optimal hardware requirements for Prefect Server? We are expecting a ma...
r
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
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
@Kevin Kho Is the load more on memory side or the compute side?
k
Flows update their status by hitting the API of Prefect Cloud/Server