we've got a situation where our CPU usage has been...
# spicedb
y
we've got a situation where our CPU usage has been high for several hours. our GC interval is 3min, our GC max operation time is 1min, and our GC window is about an hour. looking at datadog, it seems like our GC queries have been taking ~4min to complete. what's the behavior when a GC query takes longer than the max operation time? are we stuck in a loop because of the interaction between these things?