Hey! We got the following error for our schedules ...
# dagster-plus
l
Hey! We got the following error for our schedules today:
dagster._core.scheduler.scheduler.DagsterSchedulerError: Unable to reach the user code server for schedule job1*. Schedule will resume execution once the server is available.
Any ideas?
Ah and also error when triggering manually:
Copy code
dagster._core.errors.DagsterUserCodeUnreachableError: dagster._core.errors.DagsterUserCodeUnreachableError: Failure loading server endpoint for prod:libraries: dagster_cloud.workspace.ecs.client.EcsServiceError: ECS service failed because task arn:aws:ecs:us-west-2:*:task/serverless-agent-0376267a-9af2-3daa-85db-a9c8306ff6f7-Cluster/9f2e6d7c6bd24ee0bf7ddacf4ebb855c failed:
CannotPullContainerError: inspect image has been retried 1 time(s): failed to resolve ref "public.ecr.aws/datadog/agent:latest": pulling from host public.ecr.aws failed with status code [manifests latest]: 429 Too Many Requests
d
Hi Levan - is the issue when running manually still happening for you? The first issue looks like this issue from the status page (you can subscribe to get updates for production issues in Dagster Cloud from that page): https://dagstercloud.statuspage.io
If the second issue is still happening - while we investigate, I would expect that going to the Workspace tab and pressing Redeploy would fix the problem as a workaround
l
Thanks @daniel! Redeployment worked 👌