dynamonet/resque

Distributed PHP workers with Job management, inspired on Chris Boulton's work, with steroids

0.0.7 2022-05-04 12:52 UTC

This package is auto-updated.

Last update: 2024-04-04 17:09:46 UTC


README

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