EU Parliament Monitor — API Documentation - v0.8.45
    Preparing search index...

    Function isExpiredPending

    • Return true when a PENDING document has exceeded the maximum tracking age and should be escalated to the wildcards-blackswans family.

      Parameters

      • doc: PendingDocument

        Pending document record

      • now: Date = ...

        Reference time (defaults to new Date())

      Returns boolean

      true if doc.status is PENDING and firstObservedAt + MAX_AGE_MS is in the past