Hi team, can anyone tell me what is the best resou...
# ask-community
h
Hi team, can anyone tell me what is the best resource to learn about prefect working and architecture? Like how are agents and orion interact? how does prefect run a job asynchronously? How does prefect manage load? Is there any queuing and priority mechanism? How can I use prefect to scale with my project?
n
hi @Himanshu - you can find a lot of that information in our docs feel free to get an overview by asking @Marvin to explain some ideas
for example, @Marvin in 2 sentences, whats the relationship between prefect workers and servers
m
Prefect workers execute flow runs and orchestrate tasks, while Prefect servers manage and coordinate these flows, providing a user interface and API. Workers connect to the server to fetch and execute work, ensuring distributed and scalable task management. For more specifics, refer to the Prefect documentation on Workers and Servers: Prefect Documentation.