Is Sardine down?

Last checked just now
Current status
Sardine is up

No incidents right now.

Official status page: https://status.sardine.ai · Polled every 5 minutes · 7 components tracked

Sardine is operational right now. Last checked just now; the most recent incident resolved 9d ago.

Real-time Sardine status, recent outages, and incident history — pulled directly from Sardine's official status page at https://status.sardine.ai every 5 minutes. Pingoru tracks 7 Sardine services and has captured 6 incidents in the last 90 days (98.57% uptime). Get email, Slack, Discord, or webhook alerts the moment Sardine reports a new incident — free for 5 monitors, no credit card.

Users who monitor Sardine also follow these Payments services: Square Authorize.Net Cash App FreedomPay Worldpay Clover Klarna JotForm Wise Breadcrumb View all 6,000+ providers
Sardine uptime 98.57% uptime · past 90 days
Mon Wed Fri
JunJulAugSep
Less More

Recent outages & incidents

Past 90 days
  1. Resolved 5h 30m
    Started Sep 04, 2026, 10:19 PM UTC · Resolved Sep 05, 2026, 03:50 AM UTC
    Customer APIs
    Timeline · 7 updates
    • investigating · Sep 04, 2026, 10:19 PM UTC

      We are currently investigating an issue affecting Advanced Aggregations, where some customers may experience inaccurate results. We will post updates as we learn more.

    • investigating · Sep 04, 2026, 11:11 PM UTC

      We are continuing to investigate this issue

    • identified · Sep 05, 2026, 12:38 AM UTC

      We have identified the root cause of the issue affecting Advanced Aggregations and our engineering team is actively working on a fix. We will provide a further update once the fix has been deployed and verified.

    • identified · Sep 05, 2026, 01:49 AM UTC

      team is actively looking into it. Issue is partially mitigated, and we're still working on fixing the root cause.

    • monitoring · Sep 05, 2026, 03:15 AM UTC

      fix is being validated and being rolled out

    • resolved · Sep 05, 2026, 03:50 AM UTC

      incident is resolved. We'll provide post mortem.

    • postmortem · Sep 08, 2026, 10:48 PM UTC

      ### Summary On September 4–5, 2026 \(UTC\), we experienced an issue affecting **Advanced Aggregations** **in which some customers saw inaccurate aggregation results because recent card transaction data may have been missing**. We fixed **the issue, and backfilled the data**. Advanced Aggregations results are expected to be correct again after **2026-09-05 03:50 UTC**. ### What happened A subset of card transaction records failed to be written into one of our tables because the column used to store the payment method id could not support the size of newly generated card IDs. As a result, those specific transactions were missing from the aggregated dataset, which could lead to incorrect results for customers ingesting this type of data. An impact assessment is available upon request. No data was permanently lost: failed writes were routed to a durable deadletter queue for later reprocessing. After mitigation was deployed, we replayed the queued events and completed a backfill so that aggregations reflected the correct underlying transaction data. Incident started at 2026-09-04 01:02 UTC and resolved at 2026-09-05 03:50 UTC. ### Why it happened The root cause was a **data type mismatch**: the `cards` table `id` values grew beyond the maximum value supported by a **4-byte integer**. `id` field has 8-byte integer so there was no error storing cards. However, `card_id` field in the Advanced Aggregations schema was 4-byte, causing inserts to fail for transactions related to newer cards. To remediate safely at scale, we: * Added new **8-byte integer \(**`bigint`\) columns for the affected identifiers and updated write logic to use them. * Introduced a **compatibility read path** so reads return the correct identifier whether data is stored in the old or new columns, along with new indexes to preserve query performance. ### What we are doing about it * We’re reviewing improvements to monitor schema limit risks earlier and prevent similar issues in the future. * We’ll enhance monitoring on deadletter queue so we can detect issue like this sooner.

    Latest: ### Summary On September 4–5, 2026 \(UTC\), we experienced an issue affecting **Advanced Aggregations** **in which some customers saw inaccurate aggregation results because recent …

  2. Resolved 1h 25m
    Started Jul 24, 2026, 12:42 AM UTC · Resolved Jul 24, 2026, 02:07 AM UTC
    Dashboard
    Timeline · 5 updates
    • investigating · Jul 24, 2026, 12:42 AM UTC

      We are currently investigating this issue.

    • identified · Jul 24, 2026, 12:58 AM UTC

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

    • monitoring · Jul 24, 2026, 01:19 AM UTC

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

    • monitoring · Jul 24, 2026, 01:41 AM UTC

      New sessions are being shown OK, a few older ones might still be missing, they'll be shown shortly.

    • resolved · Jul 24, 2026, 02:07 AM UTC

      This incident has been resolved.

    Latest: This incident has been resolved.

  3. Resolved 1h 45m
    Started Jul 16, 2026, 12:40 PM UTC · Resolved Jul 16, 2026, 02:25 PM UTC
    Dashboard
    Timeline · 7 updates
    • investigating · Jul 16, 2026, 12:40 PM UTC

      We are currently experiencing degraded performance in retrieving the latest customer sessions in the Customer Intelligence page. Root cause has been determined. We are working on resolution.

    • identified · Jul 16, 2026, 12:40 PM UTC

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

    • identified · Jul 16, 2026, 12:41 PM UTC

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

    • identified · Jul 16, 2026, 12:41 PM UTC

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

    • monitoring · Jul 16, 2026, 01:13 PM UTC

      A fix has been implemented and results are being displayed in the Customer Intelligence page. We are monitoring the process until full service is restored.

    • monitoring · Jul 16, 2026, 01:13 PM UTC

      We are continuing to monitor for any further issues.

    • resolved · Jul 16, 2026, 02:25 PM UTC

      The issue has been resolved.

    Latest: The issue has been resolved.

  4. Resolved
    Started Jul 15, 2026, 07:56 PM UTC · Resolved Jul 15, 2026, 07:56 PM UTC
    Customer APIs
    Timeline · 3 updates
    • investigating · Jul 15, 2026, 02:34 PM UTC

      We are currently investigating this issue.

    • resolved · Jul 16, 2026, 02:36 AM UTC

      This incident has been resolved. A Postmortem will be published soon.

    • postmortem · Jul 16, 2026, 02:49 AM UTC

      **Summary** On 2026-07-15, API requests experienced elevated error rates and increased tail latency \(p99\). Median latency \(p50\) was not affected and there was little effect on 95th percentile latency \(p95\), so most requests performed normally. We began investigating at 14:34 UTC and applied a fix at approximately 19:56 UTC, after which performance returned to normal. **What happened?** Through the affected period, a portion of API requests returned errors, responded with reason code SITO \(Sardine internal timeout\) or timed out rather than completing, with intermittent spikes during which a larger share of requests were affected. **Why did it happen?** A scaling configuration prevented part of our platform from adding capacity as traffic increased. As traffic rose through the day, available capacity was exhausted, causing timeouts and errors for some requests. **What are we doing about this?** We corrected the configuration at **19:56 UTC**, which immediately restored normal performance. We are also making the affected part of the platform more resilient to sudden traffic increases and adding proactive monitoring so we can detect and respond to this class of issue faster in future. We apologize for the disruption.

    Latest: **Summary** On 2026-07-15, API requests experienced elevated error rates and increased tail latency \(p99\). Median latency \(p50\) was not affected and there was little effect on …

  5. Resolved 5h 42m
    Started Jun 30, 2026, 01:58 PM UTC · Resolved Jun 30, 2026, 07:41 PM UTC
    Issuing APICustomer APIs
    Timeline · 2 updates
    • investigating · Jun 30, 2026, 01:58 PM UTC

      We are currently investigating this issue.

    • resolved · Jun 30, 2026, 07:41 PM UTC

      This incident has been resolved.

    Latest: This incident has been resolved.

See the full Sardine outage history

1 more incident in the last 90 days, plus the full multi-year archive of per-service events and update timelines.

Browse Sardine outage history →

Or sign up free to get alerts when Sardine breaks · 10 free monitors · No credit card

Outage history

Past 90 days · 6 incidents View full outage history →