Merge branch 'feature/page_limit' into feature/0611
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -619,7 +619,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -619,7 +619,7 @@ class Command(BaseCommand, LoggerMixin): |
619 | request_trigger=RequestTrigger.get_value(doc.data_source, 0), | 619 | request_trigger=RequestTrigger.get_value(doc.data_source, 0), |
620 | input_file=doc.document_name, | 620 | input_file=doc.document_name, |
621 | transaction_start=doc.start_time, | 621 | transaction_start=doc.start_time, |
622 | transaction_end=time.time(), | 622 | transaction_end=doc.start_time, |
623 | successful_at_this_level=False, | 623 | successful_at_this_level=False, |
624 | failure_reason=FailureReason.IMG_LIMIT.value, | 624 | failure_reason=FailureReason.IMG_LIMIT.value, |
625 | process_name=ProcessName.ALL.value, | 625 | process_name=ProcessName.ALL.value, | ... | ... |
-
Please register or sign in to post a comment