GoogleCloudPlatform / cloud-profiler-python

Stackdriver Profiler Python agent is a tool that continuously gathers CPU usage information from Python applications
Apache License 2.0
27 stars 23 forks source link

Error message in backoff process #123

Open yoheikikuta opened 1 year ago

yoheikikuta commented 1 year ago

Every time the back-off process runs, an error message appears. Code: https://github.com/GoogleCloudPlatform/cloud-profiler-python/blob/bf96efa45005de10f0add920072c3803a5aa781e/googlecloudprofiler/client.py#L303-L316

I often get this error, but this is a little bit noisy (because I don't have to worry about it if a retry succeeds).

Ideally, I think, the error message should appear only after a certain number of trials or a certain elapsed time.

Do you have any plan to fix this?