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

[dagster-aws] add ECSExecutor #26098

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

[dagster-aws] add ECSExecutor #26098

wants to merge 1 commit into from

Conversation

danielgafni
Copy link
Contributor

@danielgafni danielgafni commented Nov 22, 2024

Summary & Motivation

This PR ads a new ECS Tasks Executor.

How I Tested These Changes

Changelog

Insert changelog entry or "NOCHANGELOG" here.

  • NEW (added new feature or capability)
  • BUGFIX (fixed a bug)
  • DOCS (added or updated documentation)

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@danielgafni danielgafni changed the title ECS Executor WIP [dagster-aws] add ECSExecutor Nov 22, 2024
Summary:
Proving out the possibility of building out an ECS executor. It assumes that it is launched via the EcsRunLauncher and can use the same task definition of the task in which it is launched, but still allows customizing of memory,cpu, ephemeral storage, and whatever else you can override via run_task arguments.
Comment on lines +329 to +331
def check_step_health(
self, step_handler_context: StepHandlerContext, step_identifier: Optional[str]
) -> CheckStepHealthResult:
Copy link

Choose a reason for hiding this comment

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

The parameter name step_identifier should be renamed to step_worker_handle to match the base class interface in StepHandler. This ensures consistent naming across the codebase and proper adherence to the interface contract.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

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