Hey there, first time here.
Firstly, fantastic product you have built, seems to have massive potential, coming from someone who used to work with Airflow. The documentation has been super helpful and I would like to see more video demos in the future.
My question is, what would you recommend would be the best way to run Agents in a production environment, say EC2, when using Prefect's Cloud feature?
I mean:
• should the Agent run continuously in the background of an EC2 instance?
• should the Agent be embedded in the Python Flow script and run as a container
• should we have several Agents running and associated to flows based on
labels
Basically, some best practices around Agents in a production setting.
Thanks