I'm aware that Google Cloud Run will send SIGTERM when it's actually shutting an instance down, but what I need is to identify when an instance of a container is no longer serving traffic, since they can continue to run for 15 minutes to an hour after that.
Is that possible?