Filter

@if(isset($all_cron_log) && !empty($all_cron_log)) @foreach ($all_cron_log as $key => $cron_log) @endforeach @else @endif
Start Time End Time Elapsed Max Execution Time Memory Peak Usage Message
{{$cron_log['start_datetime']}} {{$cron_log['end_datetime']}} {{gmdate('H:i:s', $cron_log['elapsed'])}} {{gmdate('H:i:s', $cron_log['max_execution_time'])}} {{$cron_log['memory_peak_usage']}} mb @if(strlen($cron_log['message'])>150) {{substr($cron_log['message'], 0, 140)}} ... (show more) {{$cron_log['message']}} @else {{$cron_log['message']}} @endif
- No Result -
@section('script2') @stop