Skip to main content

interrupted_runs

Method
This is a method of the RunJournal class in the journal module.
Return ids of runs still running — resume candidates on restart. A run left running belonged to a process that exited without recording a terminal outcome; the gateway resumes each on boot.

Signature

Returns

List[str]
The result of the operation.

Uses

  • fetchall
  • execute

Source

View on GitHub

praisonaiagents/runtime/journal.py at line 293