Google Cloud has introduced session affinity for Cloud Run services. Session affinity may be used to improve the responsiveness of services that store client-specific states on container instances.

Here is a link that explains why session affinity is valuable for you and how it works on Cloud Run. If you activate session affinity, requests from the same client will be sent to the same container instance, if it is accessible and has the ability to handle the request.