Hi all, i am running into a timeout error on dags...
# ask-community
m
Hi all, i am running into a timeout error on dagster cloud (serverless) while deploying.
Copy code
Timed out waiting for a running task for service [...]
I believe the issue is the install time for grpc-io from the following dependencies:
Copy code
...
"farm-haystack==1.16.1",
"dagster==1.3.5"
...
Copy code
because if i build locally it also can take a while

```Building wheels for collected packages: grpcio, my_project
Building wheel for grpcio (setup.py) ... -
please assist on how i can get this running. thx in advance ^^
d
Hi Morris - I don't think the error here would come from installing dependencies, because that happens at image build time, not when an ECS task is spinning up. If you can link to your Dagster Cloud organization we could take a look and see if we can figure out why its timing out