Skip to content

Bug in v2.6.3: deploy waiting minutes after aws deploy finished #872

Description

@vitalykarasik

My workflow

 uses: aws-actions/amazon-ecs-deploy-task-definition@v2
        with:
          task-definition: ${{ steps.task-def.outputs.task-definition }}
          service: ${{ env.ECS_SERVICE }}
          cluster: ${{ env.ECS_CLUSTER }}
          wait-for-service-stability: true

After upgrading to v2.6.3, I often see that this step remains unfinished for a long time after the AWS ECS deployment has completed. Downgrading to v2.6.2 fixed this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions