I see on hex.pm a message saying "service under maintenance". does that explain why I am not able to deploy right now?

I want to buld this docker image but
it fails with a timeout at RUN mix local.hex --force

Maybe it’s just a maintenance window, but the status page is all green and i see no notice of a maintenance window on the blog…

FROM elixir:1.20.1-otp-29-alpine AS builder

# Install build dependencies
RUN apk add --no-cache build-base git nodejs npm

WORKDIR /app

# Install hex and rebar
RUN mix local.hex --force && mix local.rebar --force

When I hit the same thing in CI with hex when installing or fetching deps, I just re-run it a few minutes later and it works fine every time. Usually just network issues
Does it work now ?

https://status.hex.pm/ still says under maintenace i was planning to wait until that goes away… unless it’s always there?
wayback machine says it’s been saying under maintenence since April 2022???

At the moment, from what I can see, only Fastly London (LCY) is under maintenance.
All the others services are working fine. I guess that is how the Atlassian Status page works for the display message.
Try again, it is all working fine :slight_smile:

Ah helps to scroll down… must be a local issue for me.