How long a settled graph waits for its submitting run to park before giving up on it.
BaseAgent.finalizeAgentRun parks the run within moments of the graph becoming dispatchable, so
the honest window is seconds; anything beyond this means the submitting process is gone. Generous
enough that a loaded machine does not trip it, short enough that a dead submitter cannot hold a
completed workflow's announcement hostage for a day.
How long a settled graph waits for its submitting run to park before giving up on it.
BaseAgent.finalizeAgentRunparks the run within moments of the graph becoming dispatchable, so the honest window is seconds; anything beyond this means the submitting process is gone. Generous enough that a loaded machine does not trip it, short enough that a dead submitter cannot hold a completed workflow's announcement hostage for a day.