a month ago
I’m having serverless issues with several projects.
Some of them should be hibernating but have been active for several days (with no ping or cron configured)
- And there is one specific project that doesn’t respond after I try to access it.
Request ID:
Y_OZbmVdQW-2SGyJozsQ6Q
I had to redeploy to wake up the service and now it's showing a second deploy sleeping.
Attachments
1 Replies
a month ago
Hey, regarding the first problem of your service not sleeping, are you sure it doesn't have any outbound traffic for 10 minutes?
As per the documentation:
Inactivity is based on the detection of any outbound packets, which could include network requests, database connections, or even NTP. If no packets are sent from the service for over 10 minutes, the service is considered inactive.
Regarding the second problem, it is a caveat listed in the documentation, with you having to rebuild/redeploy your service to wake it up in rare cases.