Skip to main content

Is Pusher Down?

No — Pusher is up

Reachable from all 8 checked regions

Average response time: 138ms

Last checked · checks run every 6 hours

Official status page: https://status.pusher.com

Pusher uptime

Last 7 days
Last 30 days
Last 90 days
Avg response, 30 days

Measured from multiple regions every 6 hours. Percentages count only checks that returned an availability answer — 2 days measured so far. A dash means that window does not yet hold enough measured days to publish a figure.

30-day history

Jul 26: no data
Jul 27: no data
Jul 28: no data
Jul 29: no data
Jul 30: no data
Jul 31: no data
Aug 1: no data
Aug 2: no data
Aug 3: no data
Aug 4: no data
Aug 5: no data
Aug 6: no data
Aug 7: no data
Aug 8: no data
Aug 9: no data
Aug 10: no data
Aug 11: no data
Aug 12: no data
Aug 13: no data
Aug 14: no data
Aug 15: no data
Aug 16: no data
Aug 17: no data
Aug 18: no data
Aug 19: no data
Aug 20: no data
Aug 21: no data
Aug 22: 100.00% uptime, 16 checks
Aug 23: 100.00% uptime, 32 checks
Aug 24: no data
Jul 26 Today
No downtime Partial Downtime Not measurable No data

Reachability by region

Each region runs its own request from a different part of the world. A service can be up for one continent and down for another, which is usually the first sign of a routing or CDN problem.

ams
27ms
DNS 0ms TCP 1ms TLS 7ms TTFB 23ms
arn
12ms
DNS 0ms TCP 0ms TLS 3ms TTFB 8ms
bom
580ms
DNS 0ms TCP 2ms TLS 4ms TTFB 572ms
cdg
271ms
DNS 0ms TCP 1ms TLS 3ms TTFB 265ms
dfw
82ms
DNS 0ms TCP 1ms TLS 3ms TTFB 77ms
ewr
39ms
DNS 0ms TCP 1ms TLS 4ms TTFB 33ms
fra
19ms
DNS 0ms TCP 1ms TLS 4ms TTFB 13ms
syd
238ms
DNS 0ms TCP 0ms TLS 5ms TTFB 235ms
yyz
77ms
DNS 0ms TCP 8ms TLS 12ms TTFB 48ms

What Pusher does

Pusher provides hosted realtime infrastructure. Channels delivers WebSocket messages so applications can push live updates to browsers and mobile clients without running their own socket servers, and Beams sends mobile push notifications. Products embed it for chat, live dashboards, collaborative editing and notification badges, which means an outage shows up inside someone else's app rather than on a page of Pusher's.

What an outage looks like

Live updates stop arriving while the rest of the page works, so a dashboard shows stale numbers and a chat window accepts typing but delivers nothing. The pusher-js client reports its connection state as unavailable and retries every 15 seconds. Server-side publishes fail if the REST API is affected, and webhooks that notify your backend of channel events stop firing.

What to do about it

Check status.pusher.com and read the component rather than the headline: Channels REST API, the WebSocket client API, presence channels, webhooks and the Pusher.js CDN each fail on their own, and Beams is a separate product again. Clients reconnect automatically, so there is usually nothing to restart. If publishes are failing, queue them on your own server rather than dropping the events.

Is it down for everyone, or just you?

If this page says Pusher is up but it is not loading for you, the problem is between you and them. Run a check against any URL from all 18 regions to find out where it breaks.

Test it yourself

Related services

Pusher outage FAQ

Are messages queued while Pusher is down?
Assume not. Channels is a delivery pipe rather than a durable queue, so an event published during an outage is not waiting for clients when the connection returns. Applications that need the missed state usually re-fetch it over HTTP on reconnect rather than relying on replay. Buffering publishes on your own server is the part of this you control.
My app loads but nothing updates. Is that a Pusher outage?
It fits the pattern. Channels carries only the realtime layer, so the page, its API calls and its data all keep working while pushed updates stop. Check the connection state in the browser console: pusher-js moves to unavailable and retries every 15 seconds during a disconnect. If it reports connected and updates still do not arrive, the problem is more likely your channel or event names.
Does a Channels outage affect Beams push notifications?
Not necessarily. The status page lists Beams and the Beams dashboard as their own components, separate from every Channels row, so mobile push can keep working while WebSocket delivery is down. They also depend on different downstreams, since Beams hands notifications to Apple and Google gateways that fail independently of Pusher.
Why does the Pusher.js CDN have its own status row?
Because many applications load the client library from Pusher's CDN rather than bundling it. If that row is affected, the script tag fails and the realtime layer never initialises, which looks like a total outage from the browser even when Channels itself is healthy. Bundling pusher-js with your own assets removes that dependency.

How we measure this

  • We request Pusher's public endpoint every 6 hours from Fly.io regions across six continents — 8 of them answered the most recent check.
  • A region counts as down only when it gets no usable HTTP response. A 403 or 429 means the origin answered and refused us, which we report as blocked, never as an outage.
  • A single failing region is treated as probe noise. We only change the verdict when two consecutive cycles agree.
  • Response times average only the regions that actually served the page, so a timeout never inflates the number.
  • Where Pusher publishes an official status feed we read it too. An all-clear from the vendor can soften an unconfirmed degradation; a vendor-declared outage only worsens our verdict when our own checks corroborate it.

Get alerted when Pusher goes down

This page refreshes every 6 hours. Your own monitors run as often as every 30 seconds, from the same 18 regions, and tell you the moment something breaks.

Start Free Monitoring
Free plan available No credit card required