3 months ago
This is both technical and a billing question/issue.
I deployed a useSend template as an alternative to Resend. I acquired the hobby plan for $5 which is more than enough for the things that I want deployed for now on Railway, I don't plan to upgrade to the $20 as it's more than I actually want to be charged.
My concern is that I have a Cap template deployed and it goes to sleep after 10 minutes and it's nice because I can live with the cold starts and don't use it very often, but my useSend instance is always on and never goes to sleep even after inactivity, both are Next.js instances so I don't get where is the service taking activity from to not scale down.
1 Replies
3 months ago
Did you try to set the app/service as serverless? Settings => Serverless => Turn on
If it is already on but it is not sleeping it means something is sending request to the app/service, in that case you should stop sending request to the service and it will sleep