I have a project which has been autodeploying once a month using a hook using next 12.3 for 1-2 years. It looks like 1st of november 2023, it was totally fine, coming in at 23 minutes (I have thousands of pages being generated). 1st of december, all of a sudden the build time more than doubled, despite changing nothing on my EC2, and clearly seeing that a previous build using the same commit worked. Did something happen around december? e.g did the node-instances running the deploy-builds get slower? or perhaps did a node-update affect it? I'm not sure how to resolve it, as right now my builds are being blocked because they exceed 45 minutes. Reducing the amount of pages isn't really an option for me, and I would like to stay at next 12 as of now. The increase in time seems to be happening when it's generating static pages, making API-calls to my API (but like I said, my API remains the same version, EC2-instance same, basically I think I've confirmed it's not on the backend)
