Skip to content

china8036/php-resque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-resque

    主要进一步封装php-resque https://github.com/chrisboulton/

##配置文档

   config/config.prod.php -> config/config.php

##定时任务 config/crontab.php return array( '5' => array('jobs/test/Demo', 'jobs/crontab/Demo'), //5秒定时任务 '*-09 16:00:00' => array('jobs/test/Demo'),//每个月9号 小时 分钟 '1 16:01:00' => array('jobs/test/Demo'),//每周一 小时 分钟 ); ##运行 php index.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages