Putting Appsmith to sleep
mbe4prog
HOBBYOP

4 months ago

Hi ! I want to add an Appsmith service to my project. This service has really high RAM usage, and I'm wondering how can I have it go to sleep cleanly ?
I already set it to serverless, but it looks like it has some minor network activity that's stoping the daemon
I want to avoid just removing and redeploying everytime

https://railway.com/deploy/8cHdPG

Solved$10 Bounty

Pinned Solution

I don't think you're able to prevent the minor network activity that's stopping the service from being put to sleep, as it's probably running network requests in the background. Such requests are just part of the app; I would assume it requires the activity to function properly.

1 Replies

I don't think you're able to prevent the minor network activity that's stopping the service from being put to sleep, as it's probably running network requests in the background. Such requests are just part of the app; I would assume it requires the activity to function properly.


Status changed to Solved noahd 3 months ago


Loading...