Is Memsource down?
Last checked 4m agoNo incidents right now.
Memsource is operational right now. Last checked 4m ago; the most recent incident resolved 2d ago.
Real-time Memsource status, recent outages, and incident history — pulled directly from Memsource's official status page at https://status.memsource.com every 5 minutes. Pingoru tracks 44 Memsource services and has captured 29 incidents in the last 90 days (98.24% uptime). Get email, Slack, Discord, or webhook alerts the moment Memsource reports a new incident — free for 5 monitors, no credit card.
Recent outages & incidents
Past 90 days- Next-Gen Workflow Engine
Timeline · 6 updates
- investigating · Jul 28, 2026, 07:19 AM UTC
Investigating - Engineering has identified an issue with Orchestrator where the new Workflow Engine is currently not executing workflows. The problem is under investigation.
- investigating · Jul 28, 2026, 07:53 AM UTC
We are continuing to investigate this issue.
- identified · Jul 28, 2026, 08:30 AM UTC
The issue has been identified and a fix is being implemented.
- monitoring · Jul 28, 2026, 08:35 AM UTC
A fix has been implemented and we are monitoring the results. The workflow engine is processing the queue of pending executions.
- resolved · Jul 28, 2026, 11:49 AM UTC
All executions have been processed. This incident has been resolved.
- postmortem · Jul 30, 2026, 07:09 AM UTC
## Introduction We would like to share details about an incident that affected Phrase Orchestrator on July 27–28, 2026. During this period, workflow executions in the Next-Gen Workflow Engine were unable to progress and remained stuck in an "executing" state. No data was lost during the incident. This post-mortem explains what happened, when it was resolved, and the steps we have taken to prevent a recurrence. ## Timeline * **27 July 2026 at 18:55 CEST** – The workflow engine began producing errors as database query performance degraded. Workflow executions stalled and stopped progressing. * **27 July 2026 at 20:54 CEST** – The first customer report of executions stuck in "executing" was received. * **27 July 2026 at 22:39 CEST** – The incident was formally declared. * **28 July 2026 at 02:18 CEST** – A service restart provided temporary relief; workflow executions resumed. * **28 July 2026 at 05:15 CEST** – The issue recurred as the underlying database performance problem persisted. * **28 July 2026 at 09:56 CEST** – The root cause was identified and addressed. No executions were lost; however, due to partial service restarts, some actions within executions were retried, which may have caused a small number of executions to fail that otherwise would have succeeded. * **28 July 2026 at 13:46 CEST** – The full backlog of stalled executions was confirmed as cleared. The system was declared stable. * **28 July 2026 at 13:48 CEST** – Incident resolved. ## Root Cause The incident was caused by progressive bloat in database indexes used by the workflow job scheduling system. The performance of these particular indexes gradually degraded over time as they accumulated dead index entries from prior writes and updates. The job scheduling engine acquires database-level coordination locks while querying these indexes to determine which jobs to dispatch. As the index lookups grew slower, they began exceeding the database's configured statement timeout. When a lookup was canceled by the timeout, the scheduling process responsible for that work crashed and restarted. With no schedulers running, no workflow steps could be dispatched and all in-progress workflow executions became stuck. The database server itself remained healthy throughout the incident, with normal CPU and connection levels. The problem was exclusively lock and latency contention within the scheduling layer. A service restart cleared the crashed processes and temporarily restored execution. However, because the index bloat was still present, the same degradation recurred once query load resumed. A manual index rebuild fully restored performance and resolved the issue. ## Actions to Prevent Recurrence 1. **Automated index maintenance added** – Scheduled automatic index maintenance has been configured for the affected indexes. This ensures bloat cannot accumulate over time and eliminates the conditions that triggered this incident. 2. **Legacy indexes removed** – Unused legacy database indexes have been identified and removed, reducing the overall maintenance surface and simplifying future index hygiene. 3. **Monitoring coverage updated** – Our monitoring landscape is being reviewed and updated to reflect the current state of the workflow engine. This work will close gaps that allowed the degradation to go undetected before the first customer report.
Latest: ## Introduction We would like to share details about an incident that affected Phrase Orchestrator on July 27–28, 2026. During this period, workflow executions in the Next-Gen Work…
-
- Next-Gen Workflow Engine
Timeline · 3 updates
- investigating · Jul 27, 2026, 11:48 PM UTC
Engineering has identified an issue with Orchestrator where the new Workflow Engine is currently not executing workflows. The problem is under investigation.
- resolved · Jul 28, 2026, 12:41 AM UTC
All workflows are being executed again as expected.
- postmortem · Jul 30, 2026, 07:08 AM UTC
## Introduction We would like to share details about an incident that affected Phrase Orchestrator on July 27–28, 2026. During this period, workflow executions in the Next-Gen Workflow Engine were unable to progress and remained stuck in an "executing" state. No data was lost during the incident. This post-mortem explains what happened, when it was resolved, and the steps we have taken to prevent a recurrence. ## Timeline * **27 July 2026 at 18:55 CEST** – The workflow engine began producing errors as database query performance degraded. Workflow executions stalled and stopped progressing. * **27 July 2026 at 20:54 CEST** – The first customer report of executions stuck in "executing" was received. * **27 July 2026 at 22:39 CEST** – The incident was formally declared. * **28 July 2026 at 02:18 CEST** – A service restart provided temporary relief; workflow executions resumed. * **28 July 2026 at 05:15 CEST** – The issue recurred as the underlying database performance problem persisted. * **28 July 2026 at 09:56 CEST** – The root cause was identified and addressed. No executions were lost; however, due to partial service restarts, some actions within executions were retried, which may have caused a small number of executions to fail that otherwise would have succeeded. * **28 July 2026 at 13:46 CEST** – The full backlog of stalled executions was confirmed as cleared. The system was declared stable. * **28 July 2026 at 13:48 CEST** – Incident resolved. ## Root Cause The incident was caused by progressive bloat in database indexes used by the workflow job scheduling system. The performance of these particular indexes gradually degraded over time as they accumulated dead index entries from prior writes and updates. The job scheduling engine acquires database-level coordination locks while querying these indexes to determine which jobs to dispatch. As the index lookups grew slower, they began exceeding the database's configured statement timeout. When a lookup was canceled by the timeout, the scheduling process responsible for that work crashed and restarted. With no schedulers running, no workflow steps could be dispatched and all in-progress workflow executions became stuck. The database server itself remained healthy throughout the incident, with normal CPU and connection levels. The problem was exclusively lock and latency contention within the scheduling layer. A service restart cleared the crashed processes and temporarily restored execution. However, because the index bloat was still present, the same degradation recurred once query load resumed. A manual index rebuild fully restored performance and resolved the issue. ## Actions to Prevent Recurrence 1. **Automated index maintenance added** – Scheduled automatic index maintenance has been configured for the affected indexes. This ensures bloat cannot accumulate over time and eliminates the conditions that triggered this incident. 2. **Legacy indexes removed** – Unused legacy database indexes have been identified and removed, reducing the overall maintenance surface and simplifying future index hygiene. 3. **Monitoring coverage updated** – Our monitoring landscape is being reviewed and updated to reflect the current state of the workflow engine. This work will close gaps that allowed the degradation to go undetected before the first customer report.
Latest: ## Introduction We would like to share details about an incident that affected Phrase Orchestrator on July 27–28, 2026. During this period, workflow executions in the Next-Gen Work…
-
-
Timeline · 2 updates
- resolved · Jul 20, 2026, 12:53 PM UTC
Between June 16, 2026 01:00PM CEST and June 17, 2026 11:00AM CEST, the Phrase Job Sync connector suffered degraded performance. Customers using the Job Sync with the default connection type experienced failures. The engineering team identified a root cause and provided a fix.
- postmortem · Jul 20, 2026, 12:54 PM UTC
### Introduction We would like to share more details about the events that occurred with Phrase between June 16, 2026, 01:00PM CEST and June 17, 2026, 11:00AM CEST, which led to degraded performance of Phrase Strings API, causing customers using the Job Sync with the default connection type to experience failures. We apologize for the disruption and are committed to preventing similar incidents in the future. ### Timeline **Jun 16, 2026 @ 01:00 PM CEST** – Job Sync began failing for customers using the default connection type. Connectors were unable to authenticate against the Phrase Strings API. **Jun 17, 2026 @ 10:00 AM CEST** – The authentication failure was identified by the engineering team. **Jun 17, 2026 @ 10:28 AM CEST** – Impact scope was confirmed: Customers using the default Job Sync connection were affected. Customers using personal access token-based connectors were not affected. **Jun 17, 2026 @ 10:29 AM CEST** – Root cause was identified: A recent change which added multi-platform token support inadvertently introduced errors with some existing platform tokens. **Jun 17, 2026 @ 10:40 AM CEST** – A fix was prepared and submitted for review. **Jun 17, 2026 @ 10:53 AM CEST** – The fix was deployed and JobSync functionality was fully restored. ### Root Cause A code change introduced to add support for multi-platform authentication tokens modified how incoming platform tokens are validated and processed in the Phrase Strings API. This change was not compatible with an existing token format used by the default connection type. As a result, platform tokens were rejected by the Strings API with a `401 Unauthorized` response. The connector retried establishing the connection until exhausting its retry budget, causing all affected operations to fail. Customers using personal access tokens were not affected as their tokens follow a different code path. ### Actions to Prevent Recurrence The root cause was a backwards-incompatible change to token handling that was not detected during development. The following actions are being taken: * **Token format compatibility testing in auth changes:** When introducing a new token/authentication format alongside an existing one, tests must explicitly cover the transition case—old-format tokens being processed under the new detection logic—not just each format in isolation.
Latest: ### Introduction We would like to share more details about the events that occurred with Phrase between June 16, 2026, 01:00PM CEST and June 17, 2026, 11:00AM CEST, which led to de…
-
- Identity management - IDM (EU)Identity management - IDM (US)
Timeline · 6 updates
- investigating · Jul 16, 2026, 03:47 PM UTC
We are currently investigating an issue affecting our Metrics service that may result in duplicated metrics consumption for some customers. Our team is actively working to identify the affected components and determine the root cause. We will provide further updates as more information becomes available.
- identified · Jul 16, 2026, 04:29 PM UTC
We have identified the root cause as instability on a specific broker, which is causing repeated consumer group rebalancing in our Metrics service and leading to duplicate processing of metric updates. This may result in some customers experiencing incorrect consumption calculations or unexpected account blocking. We continue working on a fix.
- monitoring · Jul 16, 2026, 05:31 PM UTC
We have stopped the progression of the issue and are now working to identify the full scope of impact, including which organizations are affected or blocked. Affected accounts will be prioritized for resolution through a deduplication process, though this will take some time to complete.
- identified · Jul 16, 2026, 07:04 PM UTC
We have successfully deduplicated metrics consumption for all blocked organizations. We are continuing work to develop per-organization deduplication tooling to ensure accurate billing cycle data, with the full team scaling these fixes tomorrow morning.
- monitoring · Jul 17, 2026, 01:02 PM UTC
We continue to make progress resolving the duplicated metrics consumption issue first identified on July 16. The root cause has been identified and addressed. Since our last update, our team has corrected the duplicated data for all previously blocked accounts. We are now working through a remaining set of affected accounts and expect this cleanup to continue over the coming days. No further duplication is occurring, this work addresses historical data only.
- resolved · Jul 20, 2026, 12:07 PM UTC
This incident has been resolved.
Latest: This incident has been resolved.
-
- Workflow Builder
Timeline · 5 updates
- investigating · Jul 16, 2026, 02:49 PM UTC
We are currently investigating an issue affecting Phrase Orchestrator. We are working to identify the root cause and will provide further updates as soon as more information is available.
- investigating · Jul 16, 2026, 03:27 PM UTC
We are continuing to investigate this issue.
- identified · Jul 16, 2026, 03:27 PM UTC
The issue has been identified and a fix is being implemented.
- monitoring · Jul 16, 2026, 03:41 PM UTC
A fix has been implemented and we are monitoring the results.
- resolved · Jul 16, 2026, 04:12 PM UTC
Orchestrator (EU) is available again since 5:32 PM CEST. All pending executions are being processed. This incident has been resolved.
Latest: Orchestrator (EU) is available again since 5:32 PM CEST. All pending executions are being processed. This incident has been resolved.
-
See the full Memsource outage history
21 more incidents in the last 90 days, plus the full multi-year archive of per-service events and update timelines.
Browse Memsource outage history →Or sign up free to get alerts when Memsource breaks · 10 free monitors · No credit card
- Started Jul 28, 2026, 07:19 AM UTC · Resolved Jul 28, 2026, 11:49 AM UTC · 4h 29m
- Started Jul 27, 2026, 11:48 PM UTC · Resolved Jul 28, 2026, 12:41 AM UTC · 52m
- Started Jul 20, 2026, 12:53 PM UTC · Resolved Jul 20, 2026, 12:53 PM UTC · —
- Started Jul 16, 2026, 03:47 PM UTC · Resolved Jul 20, 2026, 12:07 PM UTC · 3d 20h
- Started Jul 16, 2026, 02:49 PM UTC · Resolved Jul 16, 2026, 04:12 PM UTC · 1h 22m
- Started Jul 10, 2026, 02:24 PM UTC · Resolved Jul 10, 2026, 03:24 PM UTC · 1h
- Started Jul 08, 2026, 12:57 PM UTC · Resolved Jul 08, 2026, 01:55 PM UTC · 57m
- Started Jul 07, 2026, 08:34 AM UTC · Resolved Jul 07, 2026, 09:27 AM UTC · 53m