Does anyone have any tips on managing environments...
# prefect-server
d
Does anyone have any tips on managing environments with Prefect Cloud? Did you set up different projects for dev/qa/prod? Different flows within a single project? I'd love to hear about some examples of successful architectures if anyone has any.
k
Hi @Devin McCabe! Some people use projects to handle this separation. Some people use labels with flows and agents so that some flows only run on certain agents. The enterprise license offers multiple tenants.
d
Thanks. Labels might be good for our use case. We'll potentially have multiple devs working locally on different parts of the same flow simultaneously.
k
Yeah. In that case I think it makes sense to just have some hardware with the “test” labels attached.