On this pageRequestProcessingRecord Tracks information about the processing of a request.Index Methods__init__finishrunPropertiesretry_countMethods __init__ __init__(): NoneReturns Nonefinish finish(): timedeltaMark the job as finished.Returns timedeltarun run(): intMark the job as started.Returns intProperties retry_countretry_count: intNumber of times the job has been retried.
Tracks information about the processing of a request.