dagster icon indicating copy to clipboard operation
dagster copied to clipboard

Unexpected GraphQL error when deployed on AWS ECS

Open ammerzon opened this issue 9 months ago • 1 comments

Dagster version

dagster, version 1.7.5

What's the issue?

@chximn and I have Dagster deployed on AWS ECS with AWS Copilot based on the tutorial Deploying in ECS with the corresponding example project.

When accessing the application, I receive the following error:

Operation name: LocationStateChangeSubscription
Message: 'async_generator_asend' object has no attribute '__name__'
Path: 
Locations: 

CleanShot 2024-05-15 at 14 51 44@2x

How to reproduce?

  • Use the source files of https://github.com/dagster-io/dagster/discussions/14946#discussioncomment-8529552
  • Update the Dagster versions
  • Deploy on AWS ECS
  • Open the Dagster webserver

Deployment type

Other Docker-based deployment

Deployment details

  • AWS Copilot: v1.33.3
  • Rancher Desktop: 1.12.3

ECS Services

  • webserver: linux/arm64
  • user-code: linux/x86_64
  • daemon: linux/x86_64

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

ammerzon avatar May 15 '24 13:05 ammerzon