-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Adds support for LocalExecutor when `MWAA__SQS__CREATE_QUEUE` is set to false. If we're not creating an SQS queue/using Celery, then we don't want to attempt to create the CeleryExecutor. This is useful for environments where a discrete worker is not necessary/too expensive. 2. Adds a config variable `MWAA__CORE__DISABLE_CORS` (default false), which, when set to true, sets all CORS-related headers to accept all connections. This is required to make MWAA work in embedded environments (i.e. within a portal or webpage)
- Loading branch information
Showing
3 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters