issues
search
scele
/
rules_python
Experimental Bazel Python Rules
Apache License 2.0
2
stars
8
forks
source link
Add retry logic and local fallback to remote wheel caching
#10
Closed
tkuosmanen
closed
5 years ago
tkuosmanen
commented
5 years ago
Adds 2 new environment variables:
BAZEL_WHEEL_REMOTE_RETRY_ATTEMPTS: Number of retry attempts when fetching a wheel from remote http cache.
BAZEL_WHEEL_LOCAL_FALLBACK: Set to "1" to enable fallback to local build when remote cache connection fails.
Adds 2 new environment variables: