Skip to content

Commit

Permalink
Merge pull request #18 from alan-eu/fernst/disable_parallelism_for_lo…
Browse files Browse the repository at this point in the history
…cal_env

Disable parallelism for local webserver
  • Loading branch information
florian-ernst-alan authored Oct 17, 2024
2 parents d250b1f + ff5ae1f commit 756c944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
environment:
- LOAD_EX=n
- EXECUTOR=Local
- AIRFLOW__WEBSERVER__WORKERS=1
logging:
options:
max-size: 10m
Expand Down

0 comments on commit 756c944

Please sign in to comment.