https://prefect.io logo
Title
d

Devin McCabe

05/07/2021, 4:42 PM
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

Kevin Kho

05/07/2021, 4:48 PM
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

Devin McCabe

05/07/2021, 5:06 PM
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

Kevin Kho

05/07/2021, 5:41 PM
Yeah. In that case I think it makes sense to just have some hardware with the “test” labels attached.