Return true when a PENDING document has exceeded the maximum tracking age and should be escalated to the wildcards-blackswans family.
true
Pending document record
Reference time (defaults to new Date())
new Date()
true if doc.status is PENDING and firstObservedAt + MAX_AGE_MS is in the past
doc.status
firstObservedAt + MAX_AGE_MS
Return
truewhen a PENDING document has exceeded the maximum tracking age and should be escalated to the wildcards-blackswans family.