Julian
03/21/2022, 9:56 AMPREFECT__EXECUTOR__DEFAULT_CLASS
and PREFECT__EXECUTOR__DASK__ADDRESS
in our agent.
Unfortunately, this approach doesn't seem to work anymore. I'm pretty sure we could initialize a DaskExecutor in our code
and attach it to our flow somehow, but this would be undisireable, as it requires changing each of our existing flows, but also
for each flow to come.
Is it possible to achieve the same kind behaviour as before, i.e. defining the execution engine for the agent, by simply setting 1 or 2 envs?Anna Geller
03/21/2022, 10:32 AMPREFECT__EXECUTOR__DEFAULT_CLASS
it would now be PREFECT__ENGINE__EXECUTOR__DEFAULT_CLASS
.
You can read more about it hereJulian
03/21/2022, 10:49 AMPREFECT__ENGINE__EXECUTOR__DEFAULT_CLASS
and
PREFECT__ENGINE__EXECUTOR__DASK__ADDRESS
😁