{lang message_redirect}
{lang board_message}
    {lang misc_cron_edit_tips}
{lang misc_cron_edit_weekday_comment}
{lang misc_cron_edit_day_comment}
{lang misc_cron_edit_hour_comment}
{lang misc_cron_edit_minute_comment}
{lang misc_cron_edit_filename_comment}
当前计划任务采用用户访问时触发已关闭用户访问触发,可通过系统级的计划任务触发
{lang board_message}
    {lang misc_cron_tips}
  • 计划任务默认通过用户访问触发。缺点是影响用户访问体验;计划任务执行不及时。可以修改config.php文件,设置参数 {eval echo '$_config[\'remote\'][\'on\']=1; $_config[\'remote\'][\'cron\']=1;';} 停止这种触发方式。
  • 建议通过系统计划任务来触发计划任务的执行,具体操作方式为定时访问指定域名下的 cron.php 文件。例如,可配置系统计划任务,使其定期访问 http://127.0.0.1/cron.php 地址,以此实现计划任务的自动触发。
{lang name} {lang available} {lang type} {lang time} {lang misc_cron_last_run} {lang misc_cron_next_run} {lang operation}
disabled > $cron[filename] {lang inbuilt} {lang custom} $cron[time] $cron[lastrun] $cron[nextrun] {lang edit} {lang execute} {lang execute}
{lang add_new}