cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Fix nil pointer exception in spanner_store.go #534

Closed marcoderama closed 3 years ago

marcoderama commented 3 years ago

This is a fix for issue https://github.com/cloudstateio/cloudstate/issues/533.

marcoderama commented 3 years ago

I was able to reproduce the problem. This fix made it go away.

marcoderama commented 3 years ago

Tests failed with [service] toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Not sure what to do about that...