I'm really losing faith in being able to deploy to...
# functions
e
I'm really losing faith in being able to deploy to pages. I have a Remix app which regularly throws the
Failed to publish your Function. Got error: Error: Script startup exceeded CPU time limit.
error. I've tried to dynamic import everything where possible outside of the global scope, but this error frequently comes up on deployments... but randomly also works with no changes. It's becoming so regular that we're struggling to deploy changes without constant redeployment attempts. Lots of Googling really doesn't help, there just seems to be no way to debug or profile the code to identify where the issue lies 😦