Join Slack
Powered by
Hi, do you think prefect (2) server will scale up ...
# best-practices
f
flapili
04/05/2023, 1:06 PM
Hi, do you think prefect (2) server will scale up to thousand of deployment with scheduled each 30s ?
✅ 1
d
davzucky
04/05/2023, 10:52 PM
I think it can. The weakest point would be the postgres database. You need to ensure this can scale. The perfect can scale out so that easy
f
flapili
04/06/2023, 8:28 AM
thanks for the reply, "The perfect can scale out so that easy" do you mean sharding / multiple instance of the server ?
flapili
04/06/2023, 8:28 AM
I didn't looked at the src so IDK if prefect use psql row locks to ensure coherence
z
Zanie
04/06/2023, 2:48 PM
We run multiple instances of the server in production with a single backing database.
🙌 1
Open in Slack
Previous
Next