Skip to content

Commit

Permalink
Update executor doc as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Oct 1, 2018
1 parent 5f81246 commit eb5cd8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prefect/engine/executors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- `LocalExecutor`: the no frills, straightforward executor - great for simple
debugging; tasks are executed immediately upon being called by `executor.submit()`.
Note that the `map` feature is currently _not_ supported with this executor.
- `SynchronousExecutor`: an executor that runs on `dask` primitives with the
synchronous dask scheduler; currently the default executor
- `DaskExecutor`: the most feature-rich of the executors, this executor runs
Expand Down

0 comments on commit eb5cd8d

Please sign in to comment.