Build timeout
Hi, suddenly I'm unable to deploy because the build keeps timing out ~20mins (usually takes ~7 mins). I've tried redeploying multiple times but with no luck. It seems to hang trying to build the
pandas
wheel (this is a Django project).
My pandas
package is 1.3.5
but this hasn't been changed for a while and it's been building fine so hard to see why that's the problem, wondering if anyone else is having this issue?
Project ID: c61c1785-a8d8-43d0-9d8b-6bd1f69aa3bf
Solution:Jump to solution
Update for anyone else getting this issue
After using nixpacks to build the application locally it turned out upgrading pandas to
2.2.2
seemed to do the trick 🤦 and deployment no longer hangs.
While this fixes the issue (for me at least) it doesn't fully explain why version 1.3.5
hangs when building the binary as it's built completely fine for the dozens of deployments before but could be some internal mismatch between pandas and railway....2 Replies
Project ID:
c61c1785-a8d8-43d0-9d8b-6bd1f69aa3bf
Solution
Update for anyone else getting this issue
After using nixpacks to build the application locally it turned out upgrading pandas to
2.2.2
seemed to do the trick 🤦 and deployment no longer hangs.
While this fixes the issue (for me at least) it doesn't fully explain why version 1.3.5
hangs when building the binary as it's built completely fine for the dozens of deployments before but could be some internal mismatch between pandas and railway.