Change same-process-execution setting to make it future proof

This commit is contained in:
Jan Oberhauser
2020-01-17 19:49:31 -06:00
parent 95cb1b2788
commit e5ae4c77eb
4 changed files with 16 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ workflows are not CPU intensive and they have to start very fast it is possible
all directly in the main-process with this setting.
```bash
export EXECUTIONS_SAME_PROCESS=true
export EXECUTIONS_PROCESS=main
```