As of 3 hours ago our deploys seem to time out then fail at the end of webpack build. We didn’t change anything on our side in terms of build config or env. We’ve been able to deploy with no issues previously.
The build process runs as expected, then we hit “Command still running” at the end which seems to loop indicating some sort of timeout or connection err:
`#18 167.5 [sentry-webpack-plugin] Info: Successfully uploaded source maps to Sentry`
3753 10 Oct, 19:40:14.82 `Command still running. No output available. Waiting for next line...`
3754 10 Oct, 19:42:14.95 `Command still running. No output available. Waiting for next line...`
3755 10 Oct, 19:44:15.07 `Command still running. No output available. Waiting for next line...`
I’ve tried it a few times, same result. There’s no build error or anything else I can see so not very clear what’s happening. I thought it might be sentry-related so I set sentry to dry-run, same issue.
Did anything change on the Qovery side that might impact this? Or is there anything you’re able to see log-wise we can’t? thanks
Thanks @ce_gagnaire. We believe this issue is resources-related. We tried and tested a few more things this morning. By reducing the number of chunks in the webpack build and fine-tuning a few other things we were able to get the app to deploy using a sequential build, i.e., for (const chunk of chunks){ ... reduce + run }
We’d ideally like to do a parallel build but this doesn’t seem possible with available resources: