M

Mixpanel Outage History

Past incidents and downtime events

Complete history of Mixpanel outages, incidents, and service disruptions. Showing 50 most recent incidents.

August 2026(2 incidents)

majorresolvedAug 19, 11:20 PM — Resolved Aug 20, 03:05 AM

Issues Populating Event Properties in dropdown menus

5 updates
resolvedAug 20, 03:05 AM

This incident has been resolved.

monitoringAug 20, 02:52 AM

A fix has been implemented and we are monitoring the results.

identifiedAug 20, 01:04 AM

We are continuing to work on a fix for this issue.

identifiedAug 19, 11:23 PM

We are continuing to work on a fix for this issue.

identifiedAug 19, 11:20 PM

We are currently experiencing issues with populating event properties in dropdown menus. We appreciate your patience while our engineers work to restore functionality. If you have any questions, please contact support@mixpanel.com

minorresolvedAug 6, 07:19 AM — Resolved Aug 6, 01:32 PM

Mixpanel MCP: Get-Report degraded

4 updates
resolvedAug 6, 01:32 PM

This incident has been resolved.

monitoringAug 6, 09:12 AM

A fix has been deployed and we're now monitoring the results. Report queries in the Mixpanel MCP server should be functioning normally. We'll continue to watch closely and provide a final update once we've confirmed full resolution.

identifiedAug 6, 08:39 AM

The issue has been identified and fix is being implemented.

investigatingAug 6, 07:19 AM

We are aware that the Get-Report tool in the Mixpanel MCP server is currently failing when called with skip_results: false. Report metadata is unaffected. We are investigating the issue and will provide updates as we have them.

July 2026(2 incidents)

noneresolvedJul 22, 08:03 AM — Resolved Jul 22, 02:47 PM

Issues serving responses by the Mixpanel agent

4 updates
resolvedJul 22, 02:47 PM

This incident has been resolved.

monitoringJul 22, 10:55 AM

A fix has been implemented and we are monitoring the results.

investigatingJul 22, 09:52 AM

the team continues to investigate the issue and next steps. Thanks for your patience.

investigatingJul 22, 08:03 AM

We are currently experiencing issues with the Mixpanel agent within the webapp. Our engineering team has been alerted and is investigating the issue and working to restore its functionality. We appreciate your patience as we work to resolve this matter. If you have any questions, please contact support.

minorpostmortemJul 11, 07:53 AM — Resolved Jul 11, 03:54 PM

Temporary Data Ingestion Delay for US Projects

7 updates
postmortemJul 16, 11:47 PM

# Summary Between approximately **11:35 PM PT on July 10 and 7:19 AM PT on July 11, 2026**, data ingestion for Mixpanel projects in the US region ran behind by up to ~2 hours. During this window, reports and dashboards temporarily showed incomplete data — recent time ranges could appear as sharp, artificial drops in metrics such as active users or revenue. **No data was lost.** All events were queued durably and processed in full once the backlog cleared; metrics returned to accurate values on their own, with no customer action required. The cause originated in our ingestion controls: for a small number of very high-volume projects, the ingestion rates we allowed had drifted out of alignment with the capacity provisioned for those projects. Large historical imports — entirely legitimate use of the platform — were therefore admitted faster than their infrastructure could absorb, and two properties of our pipeline turned that localized overload into a region-wide delay. The fixes below realign those controls so that any import, of any size, is automatically kept within safe bounds. # What happened Mixpanel's ingestion pipeline is sharded and multi-tenant: each project's data is distributed across a set of partitions sized for its expected volume, and for throughput, events from many customers are processed together in batches. This design delivers high efficiency, but it depends on one invariant: the rate at which we admit a project's traffic must match the capacity provisioned for it. When that invariant holds, even very large imports are absorbed smoothly. Here, it did not hold. A small number of very large historical data imports ran on projects whose allowed ingestion rates had, over time, grown well beyond their provisioned partition capacity. The excess volume concentrated onto specific partitions as **hot spots**, saturating the portion of the streaming fleet serving them. Two factors then widened the impact: * **Batched, multi-tenant processing amplified the hot spots.** Because events from many customers travel together in batches, slowness and failures on the overloaded partitions delayed unrelated customers' events sharing those batches. * **Automatic scale-up was ineffective.** Adding capacity cannot dissolve a hot spot of this kind, because the overloaded partitions stay pinned to the same infrastructure, and a capacity limit in a component of our streaming infrastructure prevented the added capacity from taking effect. Together, these turned what should have been a brief, self-healing slowdown into a multi-hour delay requiring manual intervention. # Timeline \(Pacific Time, July 10–11\) * **11:35 PM** — Automated alerting detected the ingestion backlog; on-call engineer engaged immediately. * **12:49 AM** — Status page incident posted; impact scoped to the US region only. * **1:23 AM** — The largest contributing import was paused. * **1:55–6:48 AM** — Progressive mitigations: additional traffic sources throttled, certain backlogged data deferred with the owning customer's agreement, failure isolation enabled in the pipeline, and affected infrastructure nodes replaced. * **7:19 AM** — Backlog fully processed; all projects current. Status page moved to monitoring, then resolved after a stable observation period. # Root cause 1. **Ingestion rate limits misaligned with provisioned capacity.** For the driving projects, the rates our platform admitted had grown out of step with the infrastructure provisioned for them, so legitimate high-volume imports were let in faster than their partitions could absorb. This is the systemic root cause. The imports themselves were a legitimate use of the platform. 2. **Batched, multi-tenant processing amplified the overload.** Failures on the overloaded partitions delayed unrelated customers' events sharing the same processing batches, spreading a localized problem across the platform. 3. **Traffic to the overloaded partitions could not be redistributed.** Partition-to-server assignment in the streaming layer was not load-aware, so the hot spots stayed pinned to the same servers regardless of fleet size — total capacity was sufficient, but it could not be brought to bear. A scaling limit in a component of our streaming infrastructure compounded this by preventing scale-up from adding capacity, which delayed diagnosis until engineers intervened manually. # What we're changing The end state we are building toward: **every project's ingestion limits automatically match its provisioned capacity, so that imports of any size, including full historical backfills and data warehouse syncs, can run without advance coordination, and one project's volume is prevented from affecting another's data freshness.**. Already deployed — improving our ingestion handling: * **Improved hot-spot handling.** Traffic distribution in the streaming layer is now load-aware, spreading concentrated load more evenly across the fleet, and individual problem items are now retried separately instead of holding up the rest of their batch — reducing, though not eliminating, the impact a localized overload can have on unrelated traffic. * **Re-provisioned the highest-volume workloads** onto appropriately sized infrastructure, prioritized by risk. Already deployed — changing how we operate the third-party streaming service: * **Audited and re-tuned the fleet's capacity profile** so individual servers have substantially more headroom for concentrated load, and worked with the provider to resolve the scaling limitation encountered during the incident. In progress: * **Capacity-aware rate limiting** — closing the gaps between individually granted project rate limits and each project's real provisioned capacity, extending rate limiting to ingestion paths that previously lacked it, and coupling any future limit increase to a capacity increase, which is designed to prevent this class of misalignment from recurring.. * **Finer-grained volume monitoring and alerting** so capacity misalignment is detected and corrected before it can affect any customer. * Evaluating stronger workload isolation/backlog recovery prioritization for bulk/backfill traffic paths, so historical imports have reduced impact on live traffic # Common questions * **Was any data lost?** No. Events were durably queued throughout the incident and were fully processed once the backlog cleared. Any metric drops seen during the window were a display artifact of the delay and self-corrected. * **Do I need to coordinate large imports or backfills with Mixpanel?** No — Our goal is for the platform to keep any import within safe rates automatically, so that backfills and warehouse syncs can run without scheduling or notice. We are still rolling out the capacity-aware controls that deliver this. In the meantime, if you are planning an unusually large import or backfill, we recommend coordinating with your account team so we can confirm capacity in advance. * **How is this prevented going forward?** The systemic fix is tightening the gaps between individually granted project rate limits and each project's real provisioned capacity, and extending rate limiting to the ingestion paths that previously lacked it — so overload of this kind is stopped at admission. In addition, the scaling limitation that prolonged the incident is fixed, the pipeline now retries individual problem items separately so a localized overload has far less impact on unrelated traffic, and bulk traffic is being further isolated from live traffic. * **Can individual projects be prioritized during recovery?** This capability did not exist during the incident — all projects recovered at the same rate. We are evaluating prioritization mechanisms for backlog recovery as part of our follow-up work. We apologize for the disruption and for the concern the temporarily depressed metrics caused. Please reach out through your account team or support with any questions.

resolvedJul 11, 03:54 PM

This incident has been resolved.

monitoringJul 11, 02:25 PM

A fix has been implemented and we are monitoring the results.

identifiedJul 11, 12:54 PM

We are continuing to work on a fix for this issue.

identifiedJul 11, 10:15 AM

The issue has been identified and a fix is being implemented.

investigatingJul 11, 09:17 AM

We are continuing to investigate this issue.

investigatingJul 11, 07:53 AM

We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for projects enrolled in the US projects, resulting in delays for a subset of projects. While no data is being lost, our engineering team is actively investigating the matter and working to restore real-time functionality as quickly as possible. We appreciate your patience during this time. If you have any questions, please contact support.

June 2026(4 incidents)

minorresolvedJun 29, 07:47 PM — Resolved Jun 30, 03:30 AM

Query API Degraded Performance

5 updates
resolvedJun 30, 03:30 AM

This incident has been resolved.

monitoringJun 30, 02:15 AM

A fix has been implemented and we are monitoring the results.

identifiedJun 29, 10:42 PM

Query latency has stabilized, though our team continues to investigate the underlying cause of the degraded performance. We will continue to post updates as our investigation progresses. Thank you for your patience.

identifiedJun 29, 09:04 PM

The issue has been identified and a fix is being implemented.

investigatingJun 29, 07:47 PM

Mixpanel is experiencing degraded performance with our Query API, including increased latency. You may see slow-loading reports or query errors. We appreciate your patience while our engineers work to restore normal functionality. We will post progress updates on our status page. If you have any questions, please contact support.

noneresolvedJun 3, 08:05 PM — Resolved Jun 3, 09:27 PM

Issue with Inviting and Deleting Users

3 updates
resolvedJun 3, 09:27 PM

This incident has been resolved.

identifiedJun 3, 08:17 PM

The issue has been identified and a fix is being implemented.

investigatingJun 3, 08:05 PM

Mixpanel is currently experiencing a disruption in the ability to invite and delete internal users within organizations. We appreciate your patience while our engineers work to restore this functionality. If you have any questions, please contact support@mixpanel.com

noneresolvedJun 2, 11:02 AM — Resolved Jun 2, 04:53 PM

Temporary Data Ingestion Delay for US, India and EU projects

4 updates
resolvedJun 2, 04:53 PM

This incident has been resolved.

monitoringJun 2, 02:31 PM

A fix has been implemented and we are monitoring the results.

identifiedJun 2, 12:31 PM

The issue has been identified and a fix is being implemented.

investigatingJun 2, 11:02 AM

We are experiencing delays with our data ingestion and shuffling pipeline to projects with all projects. No data is being lost but as a result, real-time data is delayed. We appreciate your patience while our engineers work to restore real-time functionality. If you have any questions, please contact support

minorresolvedJun 1, 02:15 PM — Resolved Jun 1, 07:42 PM

Temporary Data Ingestion Delay for US, India and EU projects

5 updates
resolvedJun 1, 07:42 PM

This incident has been resolved.

monitoringJun 1, 04:38 PM

A fix has been implemented and we are monitoring the results.

identifiedJun 1, 03:29 PM

The issue has been identified, and a fix is being implemented.

investigatingJun 1, 03:08 PM

We have now identified an ingestion delay for EU projects, and are continuing to investigate the issue. Thank you for your patience.

investigatingJun 1, 02:15 PM

We are experiencing delays with our data ingestion and shuffling pipeline to projects with US & India data residency. No data is being lost but as a result, real-time data is delayed. We appreciate your patience while our engineers work to restore real-time functionality. If you have any questions, please contact support

May 2026(5 incidents)

noneresolvedMay 19, 07:03 PM — Resolved May 19, 09:18 PM

Board Access Issues

4 updates
resolvedMay 19, 09:18 PM

This incident has been resolved.

monitoringMay 19, 08:23 PM

A fix has been implemented and we are monitoring the results.

identifiedMay 19, 07:10 PM

The issues has been identified and a fix is being implemented. As a workaround boards can be explicitly shared with users who are having issues viewing them currently.

investigatingMay 19, 07:03 PM

A subset of users are currently facing issues accessing boards that they previously had access to view. Our Engineering team is actively investigating and will update shortly.

minorpostmortemMay 14, 11:17 PM — Resolved May 16, 02:50 AM

Query API degraded performance

20 updates
postmortemMay 21, 09:43 PM

# Mixpanel RCA: Transient Data Access Issue, May 14, 2026 ## Summary On Thursday, May 14, 2026 at approximately 2:30 PM PT, a routine but infrequent cleanup operation in Mixpanel's storage system mistakenly removed a portion of production data files in addition to the unused files it was intended to remove. Some customers experienced query errors during the hours that followed. We detected the issue within minutes, deployed mitigations the same evening that returned query success rates and latency to normal, and restored the affected files from backup by 5:15 PM PT on Friday, May 15. Mixpanel's ingestion pipeline was not affected and no event data was lost in transit. ## What happened This incident was triggered by a storage cleanup procedure that runs periodically to remove files no longer referenced by Mixpanel's metadata. The procedure was more involved than usual: it followed a recent enhancement to our file storage strategy that left a set of unused files behind in our storage backend, and addressing them required extending our standard cleanup approach to cover a new code path. As part of executing this extended cleanup, an engineer generated the list of files to delete using a SQL query whose date filter was not strictly earlier than the reference snapshot it was being compared against. As a result, a small set of legitimate production files that had been written in the gap window between the snapshot and the filter date were incorrectly classified as unused and removed. The deletion ran for roughly half an hour before internal alerting caught the resulting query failures and the operation was stopped. The trigger was operator error against an ambiguous runbook, not a defect in the live serving path or in our ingestion pipeline. ## Customer impact Impact unfolded in two phases. The first phase ran from Thursday at approximately 2:30 PM PT until 8:11 PM PT — roughly five and a half hours. During this window, customers across the platform may have seen slower or failed queries when their requests touched files that had been deleted. The breadth and severity varied by project depending on which data each query touched. By 8:11 PM PT, mitigations had fully rolled out — queries automatically retried against an alternate availability zone, and a fallback path was put in place to serve missing files from a backup datastore. After this point, query success rate and latency returned to normal. The second phase lasted from 8:11 PM PT Thursday through approximately 5:15 PM PT Friday, May 15. During this window, fewer than 2% of customers were still affected — specifically, those whose deleted files had not yet been fully restored from backup. The vast majority of these files were recovered by Friday afternoon. A small number of projects \(under 30\) had files that could not be fully recovered from backup, and we are following up with those accounts directly. ## Timeline \(Pacific Time\) * May 14, 2:30 PM — Cleanup operation begins * May 14, 3:11 PM — Internal alerting flags query failures; the cleanup operation is stopped within minutes * May 14, 4:07 PM — Status page banner posted * May 14, 4:45 PM — Mitigation deployed: queries automatically retry against an alternate availability zone * May 14, 7:12 PM — Mitigation deployed: queries fall back to a backup datastore for missing files * May 14, 8:11 PM — Query success rate and latency fully restored to normal levels * May 15, 5:15 PM — File restore from backup complete; status page banner resolved ## Why this happened Several contributing factors lined up. The runbook for this cleanup procedure had ambiguous wording around the ordering and timing of its inputs. It had been recently authored to handle the new file-storage code path and had not gone through a formal review before being used. Our cleanup tooling did not programmatically enforce the safety invariant that the date filter must be strictly before the reference snapshot. That invariant lived only in operator-authored SQL. The extended cleanup was being executed in parallel across two storage layers by two different engineers, which increased the room for error. ## What we're doing to prevent recurrence We have already made or have actively in flight the following changes. We are adding programmatic safeguards to our cleanup tooling so that an input set whose date filter is not safely before the reference snapshot is rejected before any deletion occurs, along with a reconciliation step that flags any production-referenced file before deletion proceeds. Destructive cleanup operations will now run in phased stages, starting with internal projects and pausing for a holding period before any broader execution. Destructive storage operations now require a second engineer to sign off on the exact deletion set and to be present during execution, matching the practice we already follow for database migrations. We have updated the cleanup runbook with explicit guidance on input timing, required safety buffers, and an enforced review process for any runbook covering a destructive operation. Longer term, we are working to eliminate the manual portion of this cleanup procedure entirely and route it through our existing automated cleanup infrastructure, so the class of failure that produced this incident is no longer reachable through human input. ## Closing Reliability and data integrity are foundational to the trust our customers place in Mixpanel, and we recognize the impact this incident had on the teams who rely on us. We are sorry for the disruption. If you have questions about how this incident may have affected a specific project, please reach out to your account team or Mixpanel Support.

resolvedMay 16, 02:50 AM

This incident has been resolved.

monitoringMay 16, 01:52 AM

A fix has been implemented and we are monitoring the results.

identifiedMay 16, 12:17 AM

Recovery is continuing to progress. Our current estimate for full recovery is approximately 1-2 hours. Some customers may still see incomplete data in reports until recovery is complete. We will continue to provide updates.

identifiedMay 15, 10:14 PM

Query latency has returned to normal levels and has been resolved. Recovery is continuing to progress, and our current estimate for full recovery is approximately 4–5 hours. Some customers may still see incomplete data in reports until recovery is complete. We will continue to provide updates.

identifiedMay 15, 09:23 PM

Query latency has returned to normal levels. We are continuing to monitor.

identifiedMay 15, 07:56 PM

We are investigating an increase in query latency that appears to be unrelated to the ongoing recovery. You may experience slower-loading reports. Our team is actively looking into the cause and we will provide an update shortly. Recovery is continuing to progress. Our current estimate for full recovery is approximately 3–4 hours. Some customers may still see incomplete data in reports until recovery is complete. We will continue to provide updates.

identifiedMay 15, 06:47 PM

Recovery is continuing to progress and query latency has returned to normal levels. Our current estimate for full recovery is approximately 3–4 hours. Some customers may still see incomplete data in reports until recovery is complete. We will continue to provide updates.

identifiedMay 15, 04:37 PM

We are continuing to work on resolving this issue. Our current estimate for full recovery is approximately 3–5 hours. Some customers may still see incomplete data in reports until recovery is complete. We will continue to provide updates.

identifiedMay 15, 02:31 PM

Recovery is progressing well. Query success rates remain at normal levels, and missing data has now been restored for a portion of affected projects. We're continuing the recovery process for the remaining affected projects and currently estimate full recovery within approximately 3–5 hours. Some customers may still see incomplete data in query results until this work is complete.

identifiedMay 15, 12:28 PM

We've continued to make progress on the issue affecting some US projects. Query success rates have returned to normal levels, and the related processing delays have also recovered. A subset of affected projects may still see incomplete data in query results while our recovery process runs. We're actively working on this and will share another update in 2 hours. Impact remains limited to our US region. We do not currently believe any data has been permanently lost.

identifiedMay 15, 10:19 AM

We are continuing to work on a fix for this issue.

identifiedMay 15, 08:18 AM

We are continuing to work on a fix for this issue.

identifiedMay 15, 03:49 AM

We are continuing to work on a fix for this issue.

identifiedMay 15, 02:49 AM

We are continuing to work on a fix for this issue.

identifiedMay 15, 01:49 AM

We are continuing to work on a fix for this issue.

identifiedMay 15, 12:49 AM

We are continuing to work on a fix for this issue.

identifiedMay 15, 12:18 AM

We are continuing to work on a fix for this issue.

identifiedMay 14, 11:48 PM

The issue has been identified and a fix is being implemented.

investigatingMay 14, 11:17 PM

We are experiencing degraded performance with our Query API, including increased latency. You may see slow-loading reports, incomplete query results, query errors, or data discrepancies. We appreciate your patience while our engineers work to restore normal functionality. We will post progress updates on our status page. If you have any questions, please contact support.

noneresolvedMay 13, 04:34 PM — Resolved May 14, 01:35 PM

Data Volume Monitoring degraded performance

3 updates
resolvedMay 14, 01:35 PM

This incident has been resolved.

identifiedMay 13, 09:40 PM

We are continuing to work on a fix for this issue.

identifiedMay 13, 04:34 PM

Data Volume Monitoring is again experiencing degraded performance due to a recurring upstream provider disruption. We're mitigating now.

noneresolvedMay 12, 05:17 PM — Resolved May 12, 09:14 PM

Data Volume Monitoring degraded performance

4 updates
resolvedMay 12, 09:44 PM

This incident has been resolved.

monitoringMay 12, 08:24 PM

A fix has been implemented, and we are monitoring the result.

identifiedMay 12, 05:46 PM

An upstream service provider outage is causing this issue. We are deploying a fix to mitigate the disruption.

investigatingMay 12, 05:45 PM

We are currently investigating an issue that leads to degraded performance of Data Volume Monitoring in a subset of US-based projects. We truly appreciate your patience and apologize for the inconvenience. If you have any questions, please contact support (https://mixpanel.com/get-support).

noneresolvedMay 6, 12:00 AM — Resolved May 6, 08:04 PM

Snowflake pipeline exports degraded

3 updates
resolvedMay 6, 08:04 PM

This incident has been resolved.

identifiedMay 6, 09:32 AM

We have identified the issue affecting Snowflake pipeline exports for a subset of projects, and our engineering team is working on a resolution.

investigatingMay 6, 12:00 AM

A subset of projects are experiencing issues exporting data to the Snowflake warehouse via Mixpanel pipelines. We are currently investigating this issue.

April 2026(1 incident)

noneresolvedApr 9, 08:03 PM — Resolved Apr 9, 09:44 PM

Credit Card Processing Interruption

3 updates
resolvedApr 9, 09:44 PM

This incident has been resolved.

monitoringApr 9, 09:00 PM

A fix has been deployed, and all impacted accounts have had their billing re-run. If you continue to receive errors, please ensure the card on file is up to date. If you are still experiencing issues, please submit a support ticket.

identifiedApr 9, 08:03 PM

We are currently experiencing an interruption with our credit card processing. Our engineers have identified the issue and are working on a fix.

March 2026(4 incidents)

minorresolvedMar 16, 04:50 PM — Resolved Mar 16, 09:47 PM

Degraded Query API Performance impacting EU Projects

3 updates
resolvedMar 16, 09:47 PM

This incident has been resolved.

monitoringMar 16, 07:29 PM

A fix has been implemented and we are monitoring the results.

identifiedMar 16, 04:50 PM

Mixpanel is experiencing increased query latency for projects with EU residency, which may result in HTTP 500 responses when querying or saving reports. Projects with US and IN residency remain unaffected. Our engineering team is working on a resolution.

noneresolvedMar 2, 07:37 PM — Resolved Mar 3, 01:43 AM

Degraded MCP Availability

5 updates
resolvedMar 3, 01:43 AM

This incident has been resolved.

monitoringMar 2, 08:08 PM

We have partially mitigated the issue and are continuing to monitor for any further impact. We are also actively working to address the root cause.

monitoringMar 2, 07:50 PM

A fix has been implemented and we are monitoring the results.

identifiedMar 2, 07:49 PM

The issue has been identified and a fix is being implemented.

investigatingMar 2, 07:48 PM

A subset of users are experiencing OAuth issues when connecting to our MCP server. We are currently investigating this issue.

noneresolvedMar 2, 09:00 PM — Resolved Mar 2, 09:53 PM

Error loading Mixpanel Webapp

4 updates
resolvedMar 2, 09:53 PM

This incident has been resolved. If Mixpanel is still not loading, please clear your cache and cookies.

monitoringMar 2, 09:09 PM

A fix has been implemented and we are monitoring the results.

identifiedMar 2, 09:09 PM

The issue has been identified and a fix is being implemented.

investigatingMar 2, 09:00 PM

We are currently experiencing issues with loading Mixpanel.com and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

noneresolvedMar 2, 06:02 PM — Resolved Mar 2, 06:39 PM

Degraded MCP Availability

4 updates
resolvedMar 2, 06:53 PM

This incident is resolved.

monitoringMar 2, 06:45 PM

A fix has been implemented and we are monitoring the results.

identifiedMar 2, 06:44 PM

The issue has been identified and a fix is being implemented.

investigatingMar 2, 06:41 PM

A subset of users are experiencing OAuth issues when connecting to our MCP server. We are currently investigating this issue.

January 2026(3 incidents)

noneresolvedJan 30, 06:39 PM — Resolved Jan 31, 02:41 AM

Delays with Integrations Syncs (Cohort Exports)

5 updates
resolvedJan 31, 02:41 AM

This incident has been resolved.

monitoringJan 31, 01:48 AM

Additional fixes have been implemented. We are continuing to monitor for any further issues.

monitoringJan 30, 10:14 PM

We are continuing to monitor for further issues. We have identified that a subset of Cohort Syncs are still experiencing delays and are working to resolve these remaining cases.

monitoringJan 30, 08:05 PM

A fix has been implemented, and we are monitoring the results. Recurring cohort syncs should resume on the next scheduled run with no additional action required.

investigatingJan 30, 06:39 PM

We are currently experiencing delays with Cohort Syncs to external destinations, including custom webhooks and engagement platforms. Our team is investigating the issue and actively working on a resolution. We sincerely apologize for the inconvenience and thank you for your kind understanding. If you have any questions, please contact support

noneresolvedJan 24, 02:25 PM — Resolved Jan 24, 06:00 PM

Degraded Query API Performance impacting US Projects

4 updates
resolvedJan 24, 06:00 PM

This incident has been resolved.

monitoringJan 24, 04:28 PM

A fix has been implemented and we are monitoring the results.

identifiedJan 24, 04:02 PM

We are continuing to work on a fix for this issue.

identifiedJan 24, 02:25 PM

Mixpanel is experiencing degraded Query API performance, resulting in HTTP 500 responses when querying or saving reports for projects with US residency. Projects with EU and IN residency remain unaffected. Our engineering team is working on a resolution.

noneresolvedJan 21, 08:20 PM — Resolved Jan 21, 08:48 PM

Errors Loading Mixpanel.com

3 updates
resolvedJan 21, 08:48 PM

This incident has been resolved.

monitoringJan 21, 08:31 PM

A fix has been implemented and we are monitoring the results.

investigatingJan 21, 08:26 PM

We are currently experiencing issues with loading Mixpanel.com and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

December 2025(2 incidents)

noneresolvedDec 9, 08:41 AM — Resolved Dec 9, 11:55 AM

Query Data Discrepancies

3 updates
resolvedDec 9, 11:55 AM

This incident has been resolved.

monitoringDec 9, 09:05 AM

Our Engineering team has identified the issue and deployed a fix - we will continue to review its performance and post another update if any instability reappears or when the problem is fully resolved

investigatingDec 9, 08:41 AM

We are currently experiencing query data discrepancies and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

noneresolvedDec 3, 01:54 PM — Resolved Dec 3, 05:36 PM

SSO outage

3 updates
resolvedDec 3, 05:36 PM

This incident has been resolved.

monitoringDec 3, 04:34 PM

Earlier today, our SSO authentication broker experienced a service disruption that impacted users attempting to log in to Mixpanel via SSO. During this period, some customers may have encountered intermittent login failures or increased latency during authentication. Okta has implemented mitigations and reports that their services have been restored, though intermittent authentication issues may still occur as the system stabilizes. We are seeing improvement on our end and continue to monitor SSO login performance closely to ensure full recovery for all Mixpanel customers. We will continue to observe authentication behavior and will post another update if any instability reappears or when the issue is fully resolved.

identifiedDec 3, 01:54 PM

We are currently experiencing login issues for users authenticating through SSO. This appears to be caused by an ongoing Okta service outage. Our authentication broker (Okta) is experiencing downtime, which prevents successful SSO logins. Okta’s status page: We are currently experiencing login issues for users authenticating through SSO. This appears to be caused by an ongoing Okta service outage. Our authentication broker (Okta) is experiencing downtime, which prevents successful SSO logins. Okta’s status page: https://status.okta.com/#recent

November 2025(2 incidents)

noneresolvedNov 21, 01:56 AM — Resolved Nov 21, 03:04 AM

Query API Errors

3 updates
resolvedNov 21, 03:04 AM

This incident has been resolved.

monitoringNov 21, 02:36 AM

A fix has been implemented and we are monitoring the results.

identifiedNov 21, 01:56 AM

We're experiencing elevated error rates for Query API requests, resulting in HTTP 500 responses for a small subset of users. Our engineering team is working on a resolution.

noneresolvedNov 19, 02:40 AM — Resolved Nov 21, 12:20 AM

Degraded MCP Availability

6 updates
resolvedNov 21, 12:20 AM

This incident has been resolved.

monitoringNov 21, 12:12 AM

We are continuing to monitor for any further issues.

monitoringNov 20, 07:19 PM

A fix has been implemented and we are monitoring the results.

identifiedNov 20, 03:58 AM

We are continuing to work on a fix for this issue.

identifiedNov 19, 07:10 PM

The issue has been identified and a fix is being implemented.

investigatingNov 19, 02:40 AM

We are currently investigating this issue.

October 2025(3 incidents)

minorresolvedOct 27, 02:09 PM — Resolved Oct 27, 03:34 PM

Temporary Data Ingestion Delay for Projects with EU Residency

3 updates
resolvedOct 27, 03:34 PM

This incident has been resolved.

monitoringOct 27, 02:22 PM

A fix has been implemented and we are monitoring the results.

investigatingOct 27, 02:09 PM

We are currently experiencing delays in our data ingestion pipeline, affecting projects enrolled in the EU Residency program. As a result, real-time data for a subset of affected projects is delayed, including those forwarding data from the US to the EU. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we resolve this matter. If you have any questions, please contact support.

noneresolvedOct 17, 09:34 PM — Resolved Oct 18, 12:01 AM

Elevated API Errors

5 updates
resolvedOct 18, 12:01 AM

This incident has been resolved.

monitoringOct 17, 10:55 PM

A fix has been implemented and we are monitoring the results.

identifiedOct 17, 10:47 PM

The issue has been identified and a fix is being implemented.

investigatingOct 17, 10:24 PM

We are continuing to investigate this issue.

investigatingOct 17, 10:00 PM

We're experiencing an elevated level of errors loading reports and successfully making calls to our non ingestion APIs. We are currently looking into the issue.

minorresolvedOct 1, 10:02 AM — Resolved Oct 1, 03:18 PM

Elevated /import Delays for a subset of US Projects

3 updates
resolvedOct 1, 03:18 PM

The issue has been resolved and all reports are showing imported events as usual. No events were lost during this incident, events were only delayed.

monitoringOct 1, 11:55 AM

The Engineering team has released a fix for the issue, and we are currently monitoring. Imported events should now be processed normally, and all reports are expected to return to their usual state.

identifiedOct 1, 10:02 AM

We identified an issue beginning at 12:30 AM PST where /import requests experienced elevated delays. Engineering has applied a fix to scale up the system, and it is recovering, though delays may persist until normal processing is fully restored. We will provide an update once performance has returned to normal.

September 2025(1 incident)

noneresolvedSep 8, 07:24 PM — Resolved Sep 8, 09:12 PM

Temporary Data Ingestion Delay

4 updates
resolvedSep 8, 09:12 PM

This incident has been resolved.

monitoringSep 8, 09:05 PM

All new data sent to Mixpanel should be ingested without delay. Some older traffic from the start of the incident is still being processed

monitoringSep 8, 07:28 PM

A fix has been implemented. We are monitoring the results and working through the backlog of traffic

investigatingSep 8, 07:24 PM

We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for a subset of projects. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we work to resolve this matter. If you have any questions, please contact support.

August 2025(3 incidents)

noneresolvedAug 28, 09:39 PM — Resolved Aug 28, 10:25 PM

Temporary Data Ingestion Delay for US Projects

3 updates
resolvedAug 28, 10:25 PM

This incident has been resolved.

identifiedAug 28, 10:19 PM

The issue has been identified and a fix is being implemented.

investigatingAug 28, 09:39 PM

We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for a subset of projects enrolled in the US projects, resulting in delays for a subset of projects. While no data is being lost, our engineering team is actively investigating the matter and working to restore real-time functionality as quickly as possible. We appreciate your patience during this time. If you have any questions, please contact support.

minorresolvedAug 11, 09:19 AM — Resolved Aug 11, 01:50 PM

Issues with loading Mixpanel.com

6 updates
resolvedAug 11, 01:50 PM

This incident has been resolved.

monitoringAug 11, 11:41 AM

Mixpanel.com is up and running again. We continue to monitor the performance and its stability, but for now, we are not experiencing any further latency.

monitoringAug 11, 10:51 AM

We're continuing to work together with the downstream provider and are seeing a recovery of the latency. Error rates for loading reports dropped to nearly 0. We are monitoring the performance for now and will update once the issue has been resolved completely.

identifiedAug 11, 10:19 AM

We have requested a capacity increase with the downstream provider. The latency remains high, but the loading issues occur only intermittently now.

identifiedAug 11, 09:37 AM

We're continuing to see degraded query performance. The issues we're seeing are due to a latency with a downstream provider. The provider has been contacted and is investigating. We're continuing to work with our provider to resolve these issues.

investigatingAug 11, 09:19 AM

We are currently experiencing issues with loading Mixpanel.com and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

noneresolvedAug 6, 06:55 PM — Resolved Aug 7, 04:13 AM

Temporary ID Merge Delay (US Projects)

9 updates
resolvedAug 7, 04:13 AM

This incident has been resolved.

monitoringAug 7, 04:03 AM

A fix has been implemented and we are monitoring the results.

identifiedAug 7, 02:11 AM

We are continuing to process the data backlog of merges.

identifiedAug 7, 12:38 AM

We are continuing to process the data backlog of merges. We have made a lot of progress in processing the data queue. Thank you for your patience while we work on resolving this.

identifiedAug 6, 11:11 PM

We are continuing to process the data backlog of merges.

identifiedAug 6, 10:04 PM

We continue to process the data backlog. Delays with ID Merge can still be expected during this time. Thank you for your patience while we work on resolving this.

identifiedAug 6, 09:02 PM

We are continuing to process the data backlog. At this time, more than 24-hour delays with ID Merge are still expected. Thank you for your patience while we work on resolving this.

identifiedAug 6, 08:09 PM

The issue has been identified and a fix is being implemented.

investigatingAug 6, 06:55 PM

We are experiencing delays with ID Merge where it is taking more than 24 hours for identity management mappings to reflect their merged state in reports for US Projects. As a result, reports such as Funnels may show a decrease in conversion for the last few days. We truly appreciate your patience and apologize for the inconvenience. If you have any questions, please contact support

July 2025(6 incidents)

minorresolvedJul 24, 07:32 AM — Resolved Jul 25, 12:42 AM

US Pipeline Export Delays

9 updates
resolvedJul 25, 12:42 AM

This incident has been resolved.

monitoringJul 24, 10:06 PM

We're continuing to work through the remaining backlog, and we've narrowed it down to a small subset of tasks. Our team is actively addressing these remaining items to bring everything to full resolution. We appreciate your patience as we finalize these efforts.

monitoringJul 24, 06:17 PM

We've made significant progress in addressing our backlog. The majority of tasks have been processed, with a small number still undergoing resolution. While most tasks have been cleared, a few may require additional time.

monitoringJul 24, 04:32 PM

We are making significant progress on the backlog. At this moment, our estimated time for resolution is 1 hour.

identifiedJul 24, 03:42 PM

Our engineering team continues to work on the issue. We'll share an update as soon as we have additional news

identifiedJul 24, 01:38 PM

The team continues to work on the backlog. We'll post an update as soon as a reliable ETA is available on the backlog. Thanks for your patience.

identifiedJul 24, 11:34 AM

The team continues to work on the backlog. At this time we don't have a clear ETA to catch up on the delayed tasks. It's estimated to require a few more hours. We will keep the page updated once a very estimate is available.

identifiedJul 24, 09:38 AM

Our engineering team continues to work on scaling up our servers. At this time, we don't have a timeline to catching up with delayed tasks, but we continue to work and will post an update as soon as we have a trend.

identifiedJul 24, 07:32 AM

We identified a Data Pipeline export delay affecting US-based projects. The underlying issue causing the delay has been fixed and we're increasing resources to catch up with the backlog. We'll post an update on progress as soon as we've seen a clear trend once the scale up is complete. Thanks for your patience.

majorresolvedJul 16, 05:43 PM — Resolved Jul 16, 06:21 PM

Errors Loading Mixpanel.com

4 updates
resolvedJul 16, 06:21 PM

This incident has been resolved.

monitoringJul 16, 06:11 PM

A fix has been implemented and we are monitoring the results.

identifiedJul 16, 05:51 PM

The issue has been identified and a fix is being implemented.

investigatingJul 16, 05:43 PM

We are currently experiencing issues with loading Mixpanel.com and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

minorresolvedJul 16, 11:24 AM — Resolved Jul 16, 12:59 PM

Errors Loading Reports

4 updates
resolvedJul 16, 12:59 PM

This incident has been fully resolved.

monitoringJul 16, 12:05 PM

A fix has been implemented and all reports are loading now. Incident is considered resolved and from Support we will keep monitoring the situation.

identifiedJul 16, 11:43 AM

The issue has been identified and the Engineering team is working on a fix.

investigatingJul 16, 11:24 AM

We are currently experiencing issues with loading Mixpanel reports and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

noneresolvedJul 15, 08:20 PM — Resolved Jul 15, 08:20 PM

Elevated error rates loading mixpanel.com

1 update
resolvedJul 15, 10:58 PM

From approximately 1:20-1:25PM Pacific time customers may have experienced elevated error rates when trying to load reports on Mixpanel.com. The issue arose from a misconfigured deploy that was quickly fixed. No other Mixpanel services were affected by this incident.

noneresolvedJul 8, 09:27 PM — Resolved Jul 8, 09:50 PM

Temporary Data Ingestion Delay for US Projects

2 updates
resolvedJul 8, 09:50 PM

This incident has been resolved.

monitoringJul 8, 09:27 PM

We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for projects enrolled in the US projects, resulting in delays for a subset of projects. While no data is being lost, our engineering team has identified the issue and are working to restore real-time functionality as quickly as possible. We appreciate your patience during this time. If you have any questions, please contact support.

criticalresolvedJul 1, 12:17 PM — Resolved Jul 1, 01:02 PM

Errors Loading Mixpanel.com

4 updates
resolvedJul 1, 01:02 PM

This incident has been resolved.

monitoringJul 1, 12:32 PM

A fix has been implemented and we are monitoring the results.

identifiedJul 1, 12:32 PM

The issue has been identified and a fix is being implemented.

investigatingJul 1, 12:17 PM

We are currently experiencing issues with loading Mixpanel.com and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

June 2025(5 incidents)

minorresolvedJun 26, 11:10 AM — Resolved Jun 26, 03:36 PM

Errors Loading Mixpanel.com

5 updates
resolvedJun 26, 03:36 PM

This incident has been resolved.

monitoringJun 26, 12:14 PM

A fix has been implemented and we are monitoring the results.

identifiedJun 26, 11:38 AM

The issue has been identified and a fix is being implemented. We appreciate your continued patience as we work to resolve this. We will provide another update as soon as we have more information.

investigatingJun 26, 11:32 AM

We are continuing to experience issues. Reports are currently not loading, and our team is actively working on a fix to reestablish full service as quickly as possible. We want to assure you that ingested data is not affected via /track, /import, /engage, or /groups; all data is being ingested correctly and will be available once the issue is resolved. Please note that our Query API and Raw Export API are currently experiencing partial outages for all regions. We appreciate your continued patience as we work to resolve this. We will provide another update as soon as we have more information.

investigatingJun 26, 11:10 AM

We are currently experiencing issues with loading Mixpanel.com and are working to restore service as quickly as possible. Our team is investigating the issue and will provide updates as soon as we have more information. Thank you for your patience.

noneresolvedJun 25, 09:41 AM — Resolved Jun 25, 01:07 PM

Temporary Data Ingestion Delay for Projects with EU Residency

3 updates
resolvedJun 25, 01:07 PM

This incident has been resolved.

monitoringJun 25, 09:55 AM

A fix has been implemented. We monitor as the backlog has been ingested

investigatingJun 25, 09:41 AM

We are currently experiencing delays in our data ingestion pipeline, affecting projects enrolled in the EU Residency program. As a result, real-time data for a subset of affected projects is delayed, including those forwarding data from the US to the EU. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we resolve this matter.

noneresolvedJun 17, 01:52 PM — Resolved Jun 17, 06:49 PM

Temporary Data Ingestion Delay for Projects with EU Residency

3 updates
resolvedJun 17, 06:49 PM

This incident has been resolved.

monitoringJun 17, 03:17 PM

A fix has been implemented and we are monitoring the results.

investigatingJun 17, 03:05 PM

We are currently experiencing delays in our data ingestion pipeline, affecting projects enrolled in the EU Residency program. As a result, real-time data for a subset of affected projects is delayed, including those forwarding data from the US to the EU. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we resolve this matter.

noneresolvedJun 15, 07:49 AM — Resolved Jun 16, 04:53 PM

BigQuery Export Pipeline Delays

4 updates
resolvedJun 16, 04:53 PM

This incident has been resolved.

monitoringJun 15, 04:29 PM

A fix has been implemented and we are monitoring the results.

identifiedJun 15, 03:14 PM

The issue has been identified and a fix is being implemented.

investigatingJun 15, 07:49 AM

We are currently investigating an issue impacting schematized BigQuery export pipelines, which has caused job delays and failure.

criticalresolvedJun 12, 06:29 PM — Resolved Jun 13, 02:04 AM

Mixpanel.com and APIs experiencing elevated errors

7 updates
resolvedJun 13, 02:04 AM

This incident has been resolved.

monitoringJun 13, 12:18 AM

Data ingestion in US servers has caught up and is no longer delayed. We will continue to monitor the situation.

monitoringJun 12, 11:50 PM

The Mixpanel website and Export API have recovered. Data ingestion in US servers is still catching up.

monitoringJun 12, 09:30 PM

Data ingestion in EU and IN servers have caught up and is no longer delayed. Data ingestion in US servers is still catching up.

monitoringJun 12, 08:40 PM

Google has reported that their infrastructure is almost fully recovered. Mixpanel's EU and IN servers are fully recovered, while the US servers are still recovering. The website is back up, and error rates on the Ingestion API endpoints are decreasing. We are starting to receive a large amount of data as services recovers, so ingestion will be delayed as it processes through our system. We really appreciate your patience as we work to restore everything back to normal. If you have any questions or concerns, please feel free to reach out.

identifiedJun 12, 07:33 PM

Due to the Google Cloud Platform outage, Mixpanel's Ingestion API endpoints, including event data (via /track and /import), user profile data (via /engage), and group profile data (via /groups) are experiencing elevated error rates. Data sent to these APIs that resulted in an error will not be stored on our end and should be re-sent. Potential Action Required If you are using one of our client-side SDKs which has built-in retry logic OR if you are using a server-side SDK and have already implemented the recommended retry behavior, your requests to our ingestion APIs will likely be ingested once the services are restored and no additional action is necessary. If you are using a server-side SDK and have not implemented the recommended retry behavior, you will need to resend data for the affected period. The data you are resending may include events already seen in Mixpanel, so please ensure those events maintain the same $insert_id, time, distinct_id, and event name, so that Mixpanel properly deduplicates the data. If you have not already implemented automatic retry behavior for your ingestion pipeline we would highly recommend doing so. We are committed to delivering accurate, timely analysis to support your critical decision-making, and we prioritize fast, high-quality customer support. If you have any questions or concerns, please feel free to reach out.

investigatingJun 12, 06:29 PM

Mixpanel is experiencing a website outage due to an issue with Google Cloud Platform. Data ingestion and export are affected as well. We are working to restore service as quickly as possible.

May 2025(1 incident)

noneresolvedMay 16, 08:26 PM — Resolved May 16, 08:54 PM

Blog Temporarily Unavailable

2 updates
resolvedMay 16, 08:54 PM

This incident has been resolved.

investigatingMay 16, 08:26 PM

We're currently experiencing an issue with our blog page. Our team is actively working to resolve the problem and restore full access as soon as possible. We apologize for the inconvenience and appreciate your patience.

April 2025(1 incident)

minorpostmortemApr 15, 02:55 PM — Resolved Apr 15, 08:36 PM

Degraded Ingestion API Performance (/import)

4 updates
postmortemApr 15, 08:39 PM

On April 15th, from 12:38 AM UTC to 12:45 PM UTC, our US /import API sent incorrect API responses for up to 10% of traffic. During this period, some requests to the US /import API \(and only this endpoint\) may have received a 200 OK response, even though the events were not successfully ingested. This disruption only affected projects hosted in our US data center. ### Potential Action Required Data sent to the US /import API during this period of time will require resubmission to ensure complete data. * Please ensure those events maintain the same **$insert\_id, time, distinct\_id and event name** so that Mixpanel properly deduplicates any existing data. If you exclusively use Warehouse Connectors and/or the /track API to send data to Mixpanel, no action is required. We are committed to delivering accurate, timely analysis to support your critical decision-making, and we prioritize fast, high-quality customer support. If you have any questions or concerns, please feel free to reach out.

resolvedApr 15, 08:36 PM

This incident has been resolved.

monitoringApr 15, 05:16 PM

We are continuing to monitor for any further issues.

monitoringApr 15, 02:55 PM

From April 15th at 5:38 PM to April 16th at 5:56 AM (PST), Mixpanel experienced degraded performance in one of our ingestion APIs, /import, where some data may not have been ingested correctly. At this moment, we advise our customers to resend any requests that received an empty response along with the '200 OK' code. This disruption only affected projects hosted in our US data center, and more information will be shared shortly. If you have any questions, please don't hesitate to contact our Support team.

March 2025(5 incidents)

minorresolvedMar 20, 09:13 PM — Resolved Mar 20, 09:49 PM

Temporary Data Ingestion Delay for Projects with US Residency

2 updates
resolvedMar 20, 09:49 PM

This incident has been resolved.

identifiedMar 20, 09:13 PM

We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for projects enrolled in the US projects, resulting in delays for a subset of projects. While no data is being lost, our engineering team is actively investigating the matter and working to restore real-time functionality as quickly as possible. We appreciate your patience during this time.

minorresolvedMar 18, 02:00 AM — Resolved Mar 18, 02:51 AM

Temporary Data Ingestion Delay for Projects with EU Residency

2 updates
resolvedMar 18, 02:51 AM

This incident has been resolved.

identifiedMar 18, 02:00 AM

We are currently experiencing delays in our data ingestion pipeline, affecting projects enrolled in the EU Residency program. As a result, real-time data for a subset of affected projects is delayed, including those forwarding data from the US to the EU. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we resolve this matter.

minorresolvedMar 16, 02:00 PM — Resolved Mar 16, 04:45 PM

Temporary Data Ingestion Delay for Projects with EU Residency

4 updates
resolvedMar 16, 04:45 PM

This incident has been resolved.

monitoringMar 16, 03:06 PM

We are continuing to monitor for any further issues.

monitoringMar 16, 03:05 PM

A fix has been implemented and we are monitoring the results.

investigatingMar 16, 02:00 PM

We are currently experiencing delays in our data ingestion pipeline, affecting projects enrolled in the EU Residency program. As a result, real-time data for a subset of affected projects is delayed, including those forwarding data from the US to the EU. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we resolve this matter.

minorresolvedMar 12, 11:37 PM — Resolved Mar 13, 12:30 AM

Temporary Data Ingestion Delay for Projects with US Residency

2 updates
resolvedMar 13, 12:30 AM

This incident has been resolved.

investigatingMar 12, 11:37 PM

We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for projects enrolled in the US projects, resulting in delays for a subset of projects. While no data is being lost, our engineering team is actively investigating the matter and working to restore real-time functionality as quickly as possible. We appreciate your patience during this time.

minorresolvedMar 11, 05:03 PM — Resolved Mar 11, 11:05 PM

Temporary Data Ingestion Delay for Projects with EU Residency

2 updates
resolvedMar 11, 11:05 PM

This incident has been resolved.

investigatingMar 11, 05:03 PM

We are currently experiencing delays in our data ingestion pipeline, affecting projects enrolled in the EU Residency program. As a result, real-time data for a subset of affected projects is delayed, including those forwarding data from the US to the EU. While no data is being lost, our engineering team is actively investigating the issue and working to restore real-time functionality as quickly as possible. We appreciate your patience as we resolve this matter.

📡 Tired of checking Mixpanel status manually?

Better Stack monitors uptime every 30 seconds and alerts you instantly when Mixpanel goes down.

Start Free Monitoring →