Hey, I'm seeing an error from Github Actions on br...
# ask-community
s
Hey, I'm seeing an error from Github Actions on branch deploy to dagster serverless. Any ideas? Doesn't seem to happen on prod, only branch. Thanks.
d
Hi Sim - did the PR that created the branch deployment add anything that might make it take a lot longer to load your code or use a lot more resources? The deploy path for prod and branch deployments should be more or less the same, so that's the first thing i'd check Does it happen consistently for that branch deployment if you redeploy?
s
It seems like these kind of errors happen intermittently on various branches. Prod never fails to deploy.
I just redeployed a different branch which had failed with the same error, and it succeeded quite quickly
looks like the branch in my original message successfully deployed later on when i pushed more commits to the PR
Not sure how to debug this as I don't really understand the process. When I start
dagster dev
locally it loads in a few seconds as the codebase is not particularly big.
We do have a lot of assets like ~100 or so
Anyone have ideas on this issue? Am a bit stuck with it