Sorry for the basic question: Can one run prefect1...
# prefect-ui
s
Sorry for the basic question: Can one run prefect1 flows on cloud.prefect.io while at the same time running prefect2 flows on app.prefect.cloud ? I imagine it has to be allowed to ease the migration from 1 to 2?
โœ… 1
b
Hi Scott, the answer is yes, you absolutely can run 2.0 and 1.0 flows in parallel.
Just note that trying to run 1.0 flows in cloud 2.0, and 2.0 flows in 1.0, is not supported. They're unique products. ๐Ÿ˜„
s
Great, thanks. Yes, i got that about 1 vs. 2 on the different clouds.
๐Ÿš€ 1
There must be some limit to running 2.0 flows if weโ€™re paying for 1.0 flows? Iโ€™m not sure how the pricing works.
b
Cloud 2.0 pricing isn't usage based, like it was in 1.0. For 2.0, you're paying for workspaces and user slots.
s
Ok
b
Free tier will get you 1 workspace with 3 users (and unlimited flow/task runs).
s
Ok, thanks!
๐Ÿ‘ 1