Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable parallelism for local webserver #18

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

florian-ernst-alan
Copy link

Why?

Our local MWAA creates 4 workers for our simple dev environment. It consumes tons of CPU/RAM, and causes lots of issues:

  • Crashing the whole process
  • Not refreshing DAGs often enough
  • ...

This PR reduces to 1 worker to disable web server parallelism, because we really don't need it.

Copy link

@CyrilVinot CyrilVinot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much impact with a one-liner 🙏
Thank you Florian !

@florian-ernst-alan florian-ernst-alan merged commit 756c944 into main Oct 17, 2024
2 checks passed
@florian-ernst-alan florian-ernst-alan deleted the fernst/disable_parallelism_for_local_env branch October 17, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants