mbe4prog
HOBBYOP
23 days 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
1 Replies
0x5b62656e5d
FREETop 1% Contributor
23 days ago
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.