Hi All,
I have a performance question.
Our company manufacture a machine for the health industry.
As such our programs running on a single machine without internet connection.
We use prefect to handle asynchronous operations, never scheduling flows to the future, only running straight away.
How should we run our flows to get the best performance (every second matters!).
We are running on windows using v2, can update to v3 if it would help with the performance.
So far we ran process worker pool but the performance is inadequate.
Thanks