Package qb :: Package backend :: Module logParser
[hide private]
[frames] | no frames]

Module logParser

source code

Implement a grep-like mechanism to extract information out of the log files.

Classes [hide private]
  LogParser
The base class for log parsers in Qube, it provides all the functionality needed with the exception of calculating in-frame progress.
  ProgressPercentageLogParser
This LogParser class on of calcProgress() is for the most trivial case:
  CmdRangeChunkLogParser
This LogParser class is expected to be used for jobs whose agenda contains frame chunks or partitions.
Variables [hide private]
  RGX_QUBE_RETRY_MSG = re.compile(r'qube! - retry/requeue|work\[...
  __package__ = 'qb.backend'
Variables Details [hide private]

RGX_QUBE_RETRY_MSG

Value:
re.compile(r'qube! - retry/requeue|work\[.*auto-retry\[')