You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/06/14 09:30:19 UTC

[GitHub] [buildstream] juergbi commented on pull request #1477: _artifactcache.py: make pull errors retryable

juergbi commented on pull request #1477:
URL: https://github.com/apache/buildstream/pull/1477#issuecomment-860541280


   > probably need same fix
   
   Yes, let's cover push as well. And I expect the same issue to exist in `_sourcecache.py`.
   
   A possible alternative would be to enable gRPC's built-in retry mechanism for the `UNAVAILABLE` status code using `grpc.service_config` options when creating the gRPC channel. This would also cover remote execution. However, job-based retry may still make sense for other status codes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org