Uptimus
uptimus
Sign inGet alerts
HomePricingFeaturesIncidentsReports

Status Provider

Home

/

Status

/

Service

ThisIsDownThisIsDown

uptimus

Public status intelligence for services, apps, games, and official status page providers.

Product

HomeFeaturesPricingStatus providers

Monitoring

WebsitesMobile appsMobile gamesSteam games

Community

IncidentsReportsSign inSign up

© 2026 Uptimus. All rights reserved.

Know what is down before your users do.

Octopus logo
Operational

Octopus Status

Continuous deployment and delivery software for DevOps teams.

Source

auto

Category

Development

Adapter

STATUSPAGE IO

Verified

Pending review

Get alertsOfficial status page

Current state

Operational

Checked 19m ago

6

Components

0

Active incidents

0

Maintenance

16.67%

90d uptime

Ability to deploy in West US 2 might be affected

May 29, 6:10 AM

Service health overview

Operational snapshot

Normalized official status-page data for incidents, maintenance, components, and history.

16.67%

Known uptime

6 known history days

6

Components tracked

0 outage, 0 degraded

50

Incidents indexed

0 active right now

6

Maintenance windows

0 active or scheduled

Top affected components

Components with the most recent status-page events.

Control Center (billing.octopus.com)

Operational

1

Octopus Cloud

Operational

1

Octopus Feature Toggles

Operational

1

Octopus GitHub App

Operational

1

Octopus.com

Operational

1

90-day status history

Daily rollup

Component changes, incidents, and maintenance windows grouped by day.

operational

degraded

outage

maintenance

unknown

1

operational days

0

degraded days

5

outage days

0

maintenance days

84

unknown days

Recent incidents

Official incidents

Latest outages and degradations detected from the official status page.

Ability to deploy in West US 2 might be affected
Resolved

Our upstream provider, Azure in West US2, has resolved their issue. While the issue was ongoing, some Octopus Cloud instances in West US2 may have experienced brief downtime and network communication issues. For more details, see Azure's incident report (Tracking ID: GHRP-84G) at https://azure.status.microsoft/en-us/status/history/.

May 29, 6:10 AMResolved May 30, 12:38 AMMinorOctopus Cloud
Amazon ECS Service Steps fail with 'Container.image contains invalid cha...
Resolved

We have pushed out a fix for this issue and it should be rolling out to Octopus Cloud customers over the next few days. Please contact support@octopus.com if you are seeing this issue and we can arrange to get your instance upgraded.

May 15, 12:36 PMResolved May 18, 10:49 AMMajorOctopus Cloud
Dynamic Worker issues in West US 2
Resolved

We have not observed any further issues in the West US 2 region so all Octopus Cloud instances in the West US 2 region are using dynamic workers in West US 2 once again.

May 5, 1:18 PMResolved May 7, 6:40 AMMajorOctopus Cloud
AWS Deployment Failures for Cloud Customers
Resolved

This incident has been resolved.

Apr 1, 8:06 AMResolved Apr 8, 4:11 AMMajorOctopus Cloud
Deployments using AWS-dependent resources may fail with “No RegionEndpoint or ServiceURL configured.”
Resolved

We have identified the cause of this issue and have produced a fix in Octopus version 2026.2.3825. Please email support@octopus.com if you are seeing AWS region endpoint errors in your deployments similar to the one in the title and we can discuss upgrade options.

Mar 30, 12:43 PMResolved Mar 30, 12:43 PMMajorOctopus Cloud
gRPC port (8443) shows Octopus Cloud instance is Undergoing Maintenance
Resolved

This incident has been resolved. Please don't hesitate to reach out to our support team if you are still having any related problems.

Mar 24, 4:13 AMResolved Mar 25, 6:09 AMMajorOctopus Cloud
Emails are currently not being delivered
Resolved

Email services have now been restored. Please contact support@octopus.com if you encounter any issues with email delivery.

Feb 26, 1:51 AMResolved Feb 26, 5:47 AMMajorControl Center (billing.octopus.com)Octopus Cloud
Ubuntu Dynamic Workers are failing to lease
Postmortem

# Summary On 2 Feb 2026, between 20:13:34 to 22:56:04 UTC, Octopus Cloud customers in `West US 2` and `West Europe` may have experienced failed deployments or failed runbook runs due to `Ubuntu Dynamic Worker` steps failing on Leasing timeout.  This disruption was caused by Azure failing to provision Virtual Machines across multiple regions - see Azure Issue `FNJ8-VQZ` on [Azure Status History](https://azure.status.microsoft/en-us/status/history/).  # Background Octopus Cloud [Dynamic Workers](https://octopus.com/docs/octopus-cloud/dynamic-worker) are isolated virtual machines that we provide as part of our Octopus Cloud Subscription offering as a way to execute deployment and runbook steps and scripts, without needing to run on the Octopus Server or deployment targets themselves. Customers can use both Windows and Ubuntu Dynamic Workers.  Octopus provides a [dynamic worker pool](https://octopus.com/docs/infrastructure/workers/dynamic-worker-pools) of these virtual machine types from which, as required by your deployment/runbook steps, your Octopus Cloud will exclusively lease a freshly provisioned dynamic worker VM for a limited time. ## Dynamic Workers Lifecycle 1. **Provisioning** - a new Azure Virtual Machine is provisioned, using the requested [Dynamic Worker image](https://octopus.com/docs/infrastructure/workers/dynamic-worker-pools#dynamic-worker-images) \(Windows/Ubuntu with a set of pre-installed tools\). 2. **Pool** - the newly created Dynamic Worker \(VM\) is placed in a worker pool until an instance requests a Dynamic Worker in one of its deployments/runbooks steps. Each region \(US, Europe and Australia\) has different pools for Windows and Ubuntu workers, with additional standby pools that can be turned on in cases of a temporary outage in an Azure region \(see below\). Octopus Cloud continuously monitors the pools’ levels and provision new workers automatically to keep them full. 3. **Leasing** - When a [deployment/runbook that uses a Dynamic Worker](https://octopus.com/docs/infrastructure/workers#where-steps-run) starts, if the instance doesn’t have a leased worker already \(in which case, it will continue using this worker, extending the worker’s lease for the new run\), the Octopus Server will request a new worker from the appropriate pool. This worker will be exclusively leased to this instance until it is no longer needed \(i.e. wasn’t used for an hour\) or until its maximum lifespan is reached \(3 days by default\).  4. **Deletion** - After a worker is no longer needed or it has reached its maximum lifespan, it is considered expired and will be deleted by the system automatically. The next time that the same instance will require a worker, it will lease a new one from the pool \(see above\). ## System Resilience & Safeguards Octopus Cloud implements multiple layers of protection to ensure Dynamic Workers’ availability and minimize customer impact in cases of service disruptions: * **Pre-provisioned Worker Pools:** We maintain multiple [dynamic worker pools](https://octopus.com/docs/infrastructure/workers/dynamic-worker-pools) \(for the different virtual machine OS and sizes\) with ready-to-use workers to provide immediate availability when deployments/runbooks are triggered, rather than waiting for on-demand provisioning. This also provides a safety buffer in cases where we can’t provision new Dynamic Workers due to temporary outages. * **Standby Services in Multiple Regions:** We maintain standby Dynamic Worker services in alternate Azure regions that we activate to provide continuity when a primary region experiences issues # Key Timing ‌ # Timeline and Impact All dates and times below are in UTC **Feb 2 2026:** **18:52:** 1st failed Dynamic Worker provisioning - At this point, our Dynamic Workers Service continued supplying workers successfully from the pools. However, since we couldn’t provision new workers, the pools started depleting.  **20:13:** 1st Ubuntu Dynamic Worker lease failed in `West US2` Azure region \(once the pool was depleted\) - start of customer impact **20:47:** Octopus on-call was paged after 3 Dynamic Worker lease requests failed in `West US2`. The on-call then started the incident to investigate the issue **20:47-21:20**:  * Octopus engineers started setting up a Dynamic Workers Service on a different Azure region in the US to mitigate the issue.  * During the investigation we saw that Dynamic Workers were also failing to provision in the `West Europe` and `East Australia` Azure regions. At this point we realized that this was a multi-region outage in Azure and decided to open a support ticket with them. * Octopus Engineers turned off non-essential services \(e.g. Instance Upgrades\) to preserve the available Dynamic Workers for customer use. **21:24:** an on-call engineer opened a Sev A support ticket with Azure **21:31:** We published the initial partial outage alert for Octopus Cloud on [https://status.octopus.com/](https://status.octopus.com/)  **21:33:** 1st Dynamic Worker lease failed in `West Europe` **21:42:** Azure acknowledged the multi-region issue and reported that they are investigating it. **22:56:** We saw the last Dynamic Worker lease failure. After this time, we were able to provision the required Virtual Machines and return the Dynamic Workers successfully to all lease requests. **23:46:** After verifying that all Dynamic Worker pools have been restored and we didn’t see any additional provisioning failures, we updated the incident status to “Mitigated”, and updated the Status page. ‌ **Feb 3 2026:** **6:05:** Azure confirmed that the issue was fully resolved on their side. **21:38:** Incident was resolved and Status page updated ‌ # Technical Details Octopus Cloud uses Azure Virtual Machines in order to supply Dynamic Workers to customers. During this Azure outage, we couldn’t provision new Azure Virtual Machines for our Ubuntu Dynamic Workers. Our pre-provisioned Dynamic Workers’ pools continued supplying Dynamic Workers for additional  * 1:21 hours in `West US 2` and  * 2:41 hours in `West Europe`  before they were depleted and customer requests for new Dynamic Workers started failing. It’s worth noting that `East Australia` customers were not impacted because the pools in this region didn’t deplete during the incident. Additionally, customers that already had a Dynamic Worker leased at the time of the outage were not impacted \(unless their Dynamic Worker expired so a new one was requested during the incident\). ‌ We made preparations to switch to our Dynamic Workers Standby Service on different Azure regions. However, once we realized that this was a multi-region outage, we decided to revert the switch since it wouldn’t have resolved the issue. ‌ Once we saw that we couldn’t supply Dynamic Workers from our standby regions, we turned off non-essential services \(e.g. Instance Upgrades\) to preserve the available Dynamic Workers for customer use.  ‌ Once Azure mitigated the issue on their side, our system recovered automatically and resumed providing new Dynamic Workers successfully.  ‌ # Remediation Octopus takes service availability seriously. Despite the difficulty with upstream cloud provider outages, especially ones that are widespread across multiple regions, we fully review and remediate any outages that occur. We do this so that we’re continuously improving and maintaining the best possible service we can. Following our post mortem, we identified the following improvements to our system to help identify and mitigate \(where possible\) similar issues earlier: * **Page an on-call earlier -**  add an alert to page the on-call when multiple Dynamic Workers in the same region fail to provision. This will allow us to detect similar incidents quicker and give us more time to mitigate the issue, before any Dynamic Worker leases fail and customers are impacted. * **Improve our Dynamic Workers Incident Playbook** to identify multi-regions incidents quicker in order to engage Azure support earlier to resolve the root cause of similar incidents.  # Conclusion We apologize to our customers for any disruption and inconvenience as a result of this incident. We have started work on the identified remediations to ensure that we can detect similar incidents more quickly and reduce the impact on our customers as much as possible.

Feb 2, 9:31 PMResolved Feb 3, 9:38 PMCriticalOctopus Cloud
OctopusID signin intermittent for cloud customers
Postmortem

# Intermittent sign-in issues for Octopus Cloud instances ## Summary Between November 25, at 10:24 pm AEST, and November 26, at 12:58 am AEST, customers experienced sporadic issues signing into Octopus Cloud instances. These issues stemmed from a database connection leak, which caused some sign-in requests to time out. We apologize for the inconvenience this has caused our customers and are taking steps to prevent it from happening again. ### Timings Time to detection: 9hrs 41mins Time to incident declaration: 9hrs 41mins Time to resolution: 12hrs 15mins ## What happened? \(All dates and times below are in AEST\) ### November 25 **12:43 pm** We deployed a change to our authorization service. This change introduced a bug resulting in database connection leaks. The connection leak only became apparent in high-traffic scenarios, which our current test suite doesn't replicate. As a result, our test suite didn't detect the issue. **10:24 pm** A DevOps Support Engineer declared an incident after receiving reports from customers that they were having difficulty signing into Octopus Cloud instances. **10:24 pm - 11:41 pm** Investigations showed that the issue was due to database connection timeouts. **11:42 pm** Temporary mitigations implemented, including restarting services to release database connections. **11:42 pm - 11:59 pm** Effects of mitigations observed and deemed successful. Incident marked as mitigated. ### November 26 **12:00 am - 12:57 am** Incident responders continue to watch systems. **12:58 am** Mitigation steps considered successful, and the incident marked as resolved. **6:55 am** Root cause of database connection timeouts identified as a connection leak. **6:55 am - 8:33 am** Permanent fix implemented and deployed. ## Remediation and next steps We deployed a new service version to remove the database connection leak. We have also conducted an incident review to identify process improvements to prevent this from occurring in the future. We continue to work towards improving the reliability and security of our authentication and authorization services.

Nov 25, 12:34 PMResolved Nov 25, 2:57 PMMajorSign-in/Sign-up (octopus.com)
GitHub upstream outage causing issues with VCS-backed elements
Resolved

We have observed no further errors stemming from this issue.

Nov 18, 9:11 PMResolved Nov 19, 12:47 AMMajor

Recent maintenance

Maintenance windows

Scheduled and completed maintenance windows are separated from incidents.

Certificate maintenance on billing systems
Completed

The scheduled maintenance has been completed.

Mar 20, 3:30 AMResolved Mar 20, 4:29 AMMaintenanceControl Center (billing.octopus.com)
Octopus.com DNS maintenance
Completed

The scheduled maintenance has been completed.

Feb 13, 1:00 AMResolved Feb 13, 2:00 AMMaintenanceOctopus.com
Octopus.com and Octopus ID maintenance
Completed

The scheduled maintenance is completed. If you are having issues connecting to any pages on octopus.com or signing into Octopus ID, please get in touch at support@octopus.com.

Feb 2, 10:30 PMResolved Feb 2, 11:01 PMMaintenanceControl Center (billing.octopus.com)Octopus.com
Octopus.com and Octopus ID DNS maintenance
Completed

The scheduled maintenance has been completed.

Feb 1, 1:00 AMResolved Feb 1, 5:15 AMMaintenanceControl Center (billing.octopus.com)Octopus.com
DNS update for Octopus.com
Completed

The scheduled maintenance has been completed.

Jan 25, 2:00 AMResolved Jan 25, 2:41 AMMaintenanceOctopus.com
DNS update
Completed

The scheduled maintenance has been completed.

Mar 19, 5:15 AMResolved Mar 19, 5:25 AMMaintenanceOctopus.comOctopus Cloud

About the Octopus status page integration

Uptimus tracks the official Octopus status page, normalizes upstream events, and separates incidents from scheduled maintenance.

Official source

https://status.octopus.com

Adapter

STATUSPAGE IO

Alert streams

Incidents, component changes, and maintenance windows.

Public SEO page

Indexable status history for users searching outage information.

Outage map preview

Regional reports can be layered on top of official provider status when user signals are available.

Octopus components

Tracked components

Showing 1 to 6 of 6 tracked components.

ComponentStatusTypeLast changed

Octopus.com

Marketing website, documentation and blog.

Operational

Component

Not recorded

Octopus Cloud

Hosted cloud instances and related cloud infrastructure

Operational

Component

Not recorded

Control Center (billing.octopus.com)

Control Center administration website for Octopus Cloud, licensing, billing and user management.

Operational

Component

Not recorded

Octopus GitHub App

GitHub App that allows deeper integration between Octopus Deploy and GitHub

Operational

Component

Not recorded

Sign-in/Sign-up (octopus.com)

Sign-in/Sign-up for octopus.com, Control Center (billing), and Octopus Cloud (Sign in with Octopus ID).

Operational

Component

Not recorded

Octopus Feature Toggles

Infrastructure for updating and evaluating feature toggles in Octopus

Operational

Component

Not recorded

Get notified when Octopus changes status

Follow outages, degraded components, and maintenance updates in your Uptimus workspace with email, push, and webhook alerts.

Start monitoringView plans

Show Octopus on your own status page

Official provider components

Incident and maintenance separation

Workspace alerts and webhooks

Users also follow these services

Related status pages based on category, adapter type, and operational history.

Atlassian Status

Adapter Tests

GitHub

Development

GitHub Configurable Adapter

Adapter Tests

Vercel

Cloud

Cal.com Status

Adapter Tests

Swell

Analytics

Getresponse

Communication

Waterford

Education

Ironio

Cloud

Servicerocket

Development

Onesignal

Communication

Impero

Education

Frequently asked questions

Is Octopus down right now?

Octopus is currently marked as Operational in Uptimus based on the latest official status page check.

How often does Uptimus check Octopus?

Supported status page providers are checked continuously by our scraper scheduler. The public page is cached briefly for SEO and performance.

Are maintenance windows counted as incidents?

No. Uptimus stores incidents and maintenance windows separately when the upstream provider exposes enough detail.

Can I get alerts for Octopus?

Yes. Create an Uptimus workspace, follow this provider, and choose email, push, or webhook notifications.