I get this error periodically when tailing logs during compose up or compose down. Initially, we thought this might be a bug related to intermittent errors triggering reconnections when streaming logs, but I have since ruled that out with increased logging in #2016. The current theory is that the rate limit is counting the number of messages we receive.
rpc error: code = ResourceExhausted desc = Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'logging.googleapis.com' for consumer 'project_number:123456789012
I get this error periodically when tailing logs during
compose uporcompose down. Initially, we thought this might be a bug related to intermittent errors triggering reconnections when streaming logs, but I have since ruled that out with increased logging in #2016. The current theory is that the rate limit is counting the number of messages we receive.