Tom Manterfield
05/19/2022, 10:50 AMAnna Geller
Tom Manterfield
05/19/2022, 11:27 AMYou should be able to deploy multiple API servers talking to the same Postgres backend and load balance the incoming requestsTo clarify, is this saying you can do that right now and it’s just the scheduler that needs work, or are you describing the target state for later development?
Anna Geller
I feel like I can get by with vertical scaling for quite a while.you're right that vertical scaling seems to be the best solution right now - especially ensuring that your database scales and performs well because this is the only stateful component
Tom Manterfield
05/19/2022, 11:53 AM--no-scheduler
and --scheduler
flags and assumed I could run Orion as the API only and then one with the scheduler only.Anna Geller
Tom Manterfield
05/19/2022, 12:52 PMZanie
Tom Manterfield
05/19/2022, 2:54 PMprefect orion start --scheduler-only
Zanie
python -m "prefect.orion.services.scheduler"
Tom Manterfield
05/19/2022, 3:05 PMZanie