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

Unexpected GraphQL error when deployed on AWS ECS #21865

Open
ammerzon opened this issue May 15, 2024 · 1 comment
Open

Unexpected GraphQL error when deployed on AWS ECS #21865

ammerzon opened this issue May 15, 2024 · 1 comment
Labels
area: deployment Related to deploying Dagster type: bug Something isn't working

Comments

@ammerzon
Copy link

ammerzon commented May 15, 2024

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?

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 ammerzon added the type: bug Something isn't working label May 15, 2024
@ammerzon ammerzon changed the title Unexpected GraphQL error when deployed on AWS ECS (async_generator_asend) Unexpected GraphQL error when deployed on AWS ECS May 15, 2024
@garethbrickman garethbrickman added the area: deployment Related to deploying Dagster label May 15, 2024
@ammerzon
Copy link
Author

ammerzon commented May 16, 2024

We also receive the following errors when investigating the logs of a run:

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

We also found out that if Disable WebSockets and Experimental navigation are enabled, the errors are not thrown.

CleanShot 2024-05-21 at 11 40 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: deployment Related to deploying Dagster type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants