Skip to content

dynamonet/php-resque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-resque

Resque on steroids. Based on Chris Boulton's work, but with a powerful Symfony-based CLI with which you can:

  • List running workers and jobs... all of them (even if they´re distributed on other machines)
  • Pause, resume or cancel running jobs (yes, even if they are running on a remote worker)

CLI reference

Our CLI is based on Symfony's Console component. To see all available command, simply run:

php resque

Push/Enqueue a job

Pushes a job to your resque queues.

php resque job:push job_type args

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published