rubberpants/rocket-queue

Redis PHP Job Queue

Installs: 606

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 4

Forks: 1

Open Issues: 1

pkg:composer/rubberpants/rocket-queue

1.5.20 2017-06-13 14:58 UTC

README

Build Status

Rocket

Redis PHP Job Queue

Major Features

  • Dynamic queue creation with JQ routing rules
  • Deliver jobs based on job type
  • Schedule jobs to queue in the future
  • Park/Unpark waiting jobs
  • Progress/Pausing/Resuming running jobs supported
  • Limits on number of jobs waiting in a queue
  • Dynamic running job concurrency limits per queue based on overall system utilization
  • Statistics collection overall and per queue
  • History of all events per job
  • Move jobs between queues
  • Monitoring of job state. Alerts if a job remains in a specific state for too long
  • Automatic requeue of job when delivery to worker is not confirmed after a specified time limit
  • Optional detection of duplicate jobs
  • Extensible event-based plugin architecture
  • Command-line example implementation