Jelou - Historial de avisos

Sistemas funcionando con normalidad

Historial de avisos

ago 2026

No se reportaron avisos este mes

jul 2026

Platform Login Issues
  • Después de la muerte
    UTC
    Después de la muerte

    Incident Summary
    On July 24, a widespread intermittency occurred in the DNS resolution of services hosted under the "jelou.ai" domain in the production environment, causing several internal services to be unable to communicate with each other in a stable manner.

    Impact
    Services dependent on "jelou.ai" subdomains experienced intermittent connectivity failures due to the inability to correctly resolve their addresses within the internal network. This resulted in partial platform unavailability during the incident window.

    Detection
    The infrastructure team detected the issue after receiving reports of connection errors between services. Upon reviewing the logs, multiple errors of the type "could not resolve a domain name via DNS" were identified in DNS queries targeting "jelou.ai" subdomains.

    Response
    An immediate diagnostic of the DNS infrastructure was performed, identifying an inconsistency in name resolution affecting internal queries toward the "jelou.ai" domain. The issue was corrected and normal resolution was restored for all services.

    Root Cause
    A conflict was identified in the internal DNS resolution that caused queries toward "jelou.ai" subdomains within the private network to not be resolved correctly, returning empty responses or resolution errors for services that were otherwise operating normally.

    Resolution
    The inconsistency in the internal DNS infrastructure was corrected, restoring normal name resolution for all "jelou.ai" subdomains. Additionally, connectivity for each affected service was verified to confirm full stabilization.

    Preventive Measures

    • Implement periodic DNS resolution checks for critical domains and subdomains from multiple points across the infrastructure, enabling the detection of inconsistencies before they impact services.

  • Resuelto
    UTC
    Resuelto
    This incident has been resolved.
  • Supervisando
    UTC
    Supervisando
    We implemented a fix and are currently monitoring the result.
  • Investigando
    UTC
    Investigando

    We are currently experiencing issues with platform login. Some users may encounter difficulties accessing their accounts.

    Our technical team is actively investigating the situation and working to restore normal access as quickly as possible. We will provide updates as the investigation progresses.

    We apologize for the inconvenience and appreciate your patience.

Performance Degradation in Biometric Agents
  • Después de la muerte
    UTC
    Después de la muerte

    Incident Summary

    On July 14, 2026, an intermittent disruption affected the biometric validation services. During the incident window, a portion of validation requests failed to start or complete, while others were processed successfully. The incident impacted a subset of customers and end users attempting to use the service during this period.

    The root cause was identified as an internal processing lock, in which multiple requests became blocked while waiting on shared resources, preventing normal operation. The service was fully restored the same day after the lock was released and request processing was stabilized.

    Impact

    The biometric validation services experienced intermittent failures for approximately 4 hours and 35 minutes. During this period, a portion of validation requests could not be initiated or completed, while others continued to be processed normally.

    The incident affected only a subset of validation attempts made during the incident window. Its severity was considered significant due to the operational impact on biometric validation processes.

    Detection

    The incident was detected through platform monitoring and confirmed by customer reports indicating intermittent service failures.

    Detection occurred almost immediately after the impact began (approximately 12:40 p.m. UTC-5), resulting in a minimal detection gap. Most of the incident duration was dedicated to diagnosing the root cause and implementing the mitigation.

    Response

    Once the incident was detected, the Engineering team initiated an investigation and identified an internal lock in the request processing flow, where multiple requests became blocked while waiting on shared resources, preventing part of the validation workload from being processed.

    As an immediate mitigation, the processing lock was released and request processing was stabilized, gradually restoring normal service operation. Continuous monitoring was then performed until full service recovery was confirmed.

    Root Cause

    The root cause was an internal lock in the request processing mechanism. During operation, multiple requests became blocked while waiting on shared resources, creating a condition that prevented part of the system from continuing to process biometric validations.

    The observed symptom was the inability to start or complete some biometric validations. The triggering event was the request processing lock, while the root cause was related to the way shared resources were managed during concurrent request processing, allowing this blocking condition to occur.

    Resolution

    As an immediate corrective action, the processing lock was released and service operation was stabilized, restoring the availability of the biometric validation service.

    Recovery was verified through continuous monitoring until normal platform operation was confirmed.

    As permanent corrective actions, improvements were implemented in memory management and critical resource handling, along with optimizations to the biometric validation services, to prevent similar conditions from impacting service availability in the future.

    Preventive Measures

    #

    Action

    Type

    Owner

    Status

    1

    Implement improvements to memory management and critical resource handling to prevent request processing locks.

    Code

    Engineering Team

    Completed

    2

    Optimize the biometric validation services to improve stability and operational performance.

    Code

    Engineering Team

    Completed

    3

    Strengthen monitoring and alerting to enable early detection of request processing lock conditions.

    Observability

    Engineering Team

    In Progress

  • Resuelto
    UTC
    Resuelto
    This incident has been resolved.
  • Actualizar
    UTC
    Actualizar

    We are continuing to make adjustments to stabilize the service and are closely monitoring its performance. Our team remains actively working to restore normal operations. We will share further updates through this channel as they become available.

  • Supervisando
    UTC
    Supervisando
    We implemented a fix and are currently monitoring the result.
  • Identificado
    UTC
    Identificado

    We are applying a fix for this incident.

  • Investigando
    UTC
    Investigando

    We are currently experiencing intermittent issues with our biometric agents, which may affect the processing of biometric validations. As a result, some users may experience occasional issues during the validation process.

    Our team is actively investigating the situation and working to restore normal service as soon as possible. We appreciate your patience and understanding.

jun 2026

WhatsApp Messaging Service – Increased Latency & Delayed Delivery
  • Después de la muerte
    UTC
    Después de la muerte

    Incident Summary
    On June 30, 2026, between approximately 16:30 and 17:00 (GMT-5), a temporary intermittency of approximately 30 minutes occurred in one of the platform's highest-demand databases. Under high traffic volume, certain costly query operations executed by long-running sessions progressively consumed all available connections until they were exhausted, causing transaction rejections and isolated processing delays. The root cause was identified and resolved, and the service was fully restored. As a preventive measure, automatic controls were reinforced on the highest-traffic databases.

    Impact
    During the incident window, some bots experienced intermittency and response delays across messaging channels (WhatsApp, Facebook, Instagram, and web), and in isolated cases, certain interactions were not completed — corresponding to transactions that were rejected due to the temporary connection saturation. The impact was transient and limited to the event window; no data loss occurred and the service was fully restored following the fix.

    Detection
    The incident was automatically detected by our infrastructure monitoring systems, which immediately notified the technical team upon identifying anomalous behavior in the affected database, enabling a timely response.

    Response
    Once the incident was detected, the technical team investigated the state of the affected database and identified a set of long-running sessions executing costly query operations that were holding and saturating the available connections, impacting transaction processing. As an immediate mitigation action, those sessions were terminated, releasing the connections and restoring normal transaction processing. In parallel, as a stabilization measure, the cache layer was reinforced to reduce load on the affected database and data access for the involved operations was optimized, ensuring the service remained stable under the traffic volume.

    Root Cause
    The root cause of the incident was connection saturation in the affected database. Under high traffic volume, a set of costly query operations executed by long-running sessions held connections for longer than usual and progressively consumed them until the available limit was exhausted; as a result, new transactions were intermittently rejected. The trigger was the sustained traffic volume toward that database; no deployment or code change was identified as associated with the start of the incident.

    Resolution
    The immediate action was to identify and terminate the sessions running those costly operations that were keeping connections saturated, which released them and normalized the service within minutes. As a permanent fix, the processing of these query operations was optimized to reduce their cost and duration under high-traffic scenarios, alongside a configuration review currently under evaluation. Additionally, automatic controls on the highest-traffic databases were reinforced, incorporating specific thresholds and alerts for connection usage and early detection of this type of saturation, enabling the pattern to be anticipated and addressed before it impacts the service. Recovery was confirmed through continuous monitoring of connection and resource usage metrics, which remained stable following resolution.

    Preventive Measures

    • The processing of these query operations in the affected database was optimized, reducing their cost and duration under high traffic.

    • Automatic controls were reinforced with specific thresholds and alerts on connection usage, to detect and respond more swiftly to traffic spikes, accelerating detection and escalation for this type of saturation.

    • Additional database configuration adjustments are currently under evaluation.

  • Resuelto
    UTC
    Resuelto
    This incident has been resolved.
  • Investigando
    UTC
    Investigando

    Messages are currently experiencing delays in responses. We are currently investigating this incident.

jun 2026 a ago 2026

Siguiente