Hacker News new | ask | show | jobs
by intellix 2022 days ago
Does this open the door to having websockets on cloud run?
1 comments

No cloud run is only for http requests only. Not even push. You want to use this for short lived requests. Web sockets need more persistent connections.

Although may be there is a way I don’t know.

It was a limitation before but maybe not soon (they would have already mentioned it).

Knative in your own cluster supports it but I want scale to zero instead of paying for a cluster.

They say that it supports sockets but not bi-directional. You can't send messages back up the socket which we're using for GQL mutations