Help·
Need help understanding how the resources are used (memory and cpu) when executing multiple requests together
Hey everyone, I have a nextjs app with multiple api endpoints, one of them serves as a cron job called `update.js`. This is computationally expensive. I understand that I can set...