Skip to content

Instantly share code, notes, and snippets.

@cicdw
Created April 15, 2019 19:03
Show Gist options
  • Save cicdw/756ba1b446162aaaf478f646891cbae2 to your computer and use it in GitHub Desktop.
Save cicdw/756ba1b446162aaaf478f646891cbae2 to your computer and use it in GitHub Desktop.
Necessary environment variables for running Prefect on Dask
export PREFECT__ENGINE__EXECUTOR__DEFAULT_CLASS="prefect.engine.executors.DaskExecutor"
export PREFECT__ENGINE__EXECUTOR__DASK__ADDRESS="tcp://10.0.0.41:8786"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment