Hi all, I have a question. I am trying to connect to the latest version of prefect 3 in my project. At present, my usage is still very simple. The python service creates process nodes through annotations such as @flow and @task, and uses artifact to report data to the prefect API server. But I found that it has a great impact on performance. Is there any good way to improve performance?
Before joining Prefect
cost: 16 ms
After joining Prefect
cost: 1083 ms