dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
7 stars 2 forks source link

Stop infinite BQ retry loop #195

Closed dchaley closed 3 months ago

dchaley commented 3 months ago

When we added BigQuery upload retries (due to table update rate limits) we accidentally made it loop forever if the error isn't retryable (e.g. permissions error).

Use the stopping feature to stop after X attempts. Or perhaps, use the exception tests to retry the rate limit only.