dynamonet/resque

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

Installs: 1 180

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dynamonet/resque

0.0.7 2022-05-04 12:52 UTC

This package is auto-updated.

Last update: 2025-10-04 20:18:39 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