spicedb icon indicating copy to clipboard operation
spicedb copied to clipboard

SpiceDB tries to garbage-collect when `--datastore-readonly="true"`

Open williamdclt opened this issue 3 years ago • 0 comments

I have some instances of SpiceDB using --datastore-readonly="true". I am seeing a constant stream of errors "error when attempting to perform garbage collection" due to the transaction being readonly.

SpiceDB probably shouldn't attempt garbage collection when the datastore is in readonly.

image

williamdclt avatar Aug 08 '22 12:08 williamdclt