{extend name='main'} {block name="button"} 优化数据库 {/block} {block name="content"}
等待处理
{$total.pre|default=0}
待处理的任务数量
正在处理
{$total.dos|default=0}
处理中的任务数量
处理完成
{$total.oks|default=0}
处理完成的任务数量
处理失败
{$total.ers|default=0}
处理失败的任务数量
{include file='queue/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
任务信息 任务时间 任务状态
任务编号:{$vo.code|default=''}
任务名称:{$vo.title|default=''}
任务指令:{$vo.command|default=''}
计划时间:{$vo.exec_time|format_datetime} {if isset($vo.exec_pid) and $vo.exec_pid>0}( 进程 {$vo.exec_pid|default='-'} ){/if}
{if $vo.enter_time>0 and $vo.outer_time>0} 执行时间:{$vo.enter_time|format_datetime}( 耗时 {:sprintf("%.4f",$vo.outer_time-$vo.enter_time)} 秒 ){elseif $vo.status eq 2} 执行时间:{$vo.enter_time|format_datetime}( 任务执行中 ){else}执行时间:任务还没有执行,等待执行...{/if}
创建时间:{$vo.create_at|format_datetime} {if isset($vo.loops_time) and $vo.loops_time > 0}( 每 {$vo.loops_time|default='0'} 秒执行,共 {$vo.attempts} 次){else}( 共执行 {$vo.attempts} 次 ) {/if}
等待处理 正在处理 处理完成 处理失败
{$vo.exec_desc|raw|default="没有获取到状态描述"}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}