Hi everyone!! I am totally new to the Prefect tool...
# ask-community
o
Hi everyone!! I am totally new to the Prefect tool and I am trying to use it as a deployment inside GCP. The idea is have Prefect working inside an instance of Compute Engine by now (just to start using it), could you anyone give me some clue about what is the best way to have this working on Compute Engine? I have made some tests deploying an Dask cluster inside the CE but I am not sure this is the best way to set the tool up.
c
Hi @osuarez ! Prefect doesn’t require dask, so I’d recommend getting some flows up and running using a
LocalExecutor
first, and then scale up to a full dask cluster