Hey folks, we're seeing a lot of timeouts and HTTP...
# community-support
j
Hey folks, we're seeing a lot of timeouts and HTTP 504 (Gateway Timeout) errors in GitHub Actions when the Gradle wrapper is trying to download the Gradle archives. Is this a known incident?
```Run ./gradlew check --no-daemon
Fetching distribution.
Downloading https://services.gradle.org/distributions/gradle-9.5.1-bin.zip
Attempt 1/1 failed. Reason: Downloading from https://services.gradle.org/distributions/gradle-9.5.1-bin.zip failed: timeout (10000ms)
Error: Exception in thread "main" java.io.IOException: Downloading from https://services.gradle.org/distributions/gradle-9.5.1-bin.zip failed: timeout (10000ms)```
1
At least https://status.gradle.com/ doesn't show anything. 😬
p
The actual files are downloaded from GitHub Release Assets.
m
I've seen gateway timeouts from GitHub's own stuff as well over the past ~20 mins, looks like they have an incident of some sort