-
Notifications
You must be signed in to change notification settings - Fork 11
Support AWS Fargate execution #134
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
base: develop
Are you sure you want to change the base?
Conversation
@@ -4,7 +4,7 @@ repos: | |||
hooks: | |||
- id: isort | |||
- repo: https://github.com/psf/black | |||
rev: stable | |||
rev: 22.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try to run it on my own to verify both code and documentation prior approvint this PR.
@mwiewior That's fine! Also, please keep in mind that unit tests are still missing, I'm going to add some in the day or two. |
@mwiewior Tests are ready |
Kudos, SonarCloud Quality Gate passed!
|
Hi! What is missing so this can be merged? |
@marcelopio This execution method turned out to be terribly slow in Fargate - there is like 5 minutes overhead for every single Kedro node due to slow download/extraction of big images (and apparently no images caching). With very "linear" pipelines, it takes hours to execute... |
This PR adds support of executing Kedro pipeline steps in AWS Fargate. No tests added yet 🙈
Keep in mind: