fix end_time
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -629,7 +629,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -629,7 +629,7 @@ class Command(BaseCommand, LoggerMixin): |
| 629 | request_trigger=RequestTrigger.get_value(doc.data_source, 0), | 629 | request_trigger=RequestTrigger.get_value(doc.data_source, 0), |
| 630 | input_file=doc.document_name, | 630 | input_file=doc.document_name, |
| 631 | transaction_start=doc.start_time, | 631 | transaction_start=doc.start_time, |
| 632 | transaction_end=time.time(), | 632 | transaction_end=doc.start_time, |
| 633 | successful_at_this_level=False, | 633 | successful_at_this_level=False, |
| 634 | failure_reason=FailureReason.IMG_LIMIT.value, | 634 | failure_reason=FailureReason.IMG_LIMIT.value, |
| 635 | process_name=ProcessName.ALL.value, | 635 | process_name=ProcessName.ALL.value, | ... | ... |
-
Please register or sign in to post a comment