maximerenou / queue

PHP queue worker and consumer - Ready for Redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue

Total Downloads Latest Stable Version

New features in this fork:

  • You can push any job in a queue
  • Jobs can ask to run one more time (try again)
  • You can specify how many jobs you wish to keep in "successful", "error", "failed" and "retry" dynamic queues. It allows you to monitor last jobs without consuming too much disk space or memory.
  • You can use a custom function to instance jobs (useful when working with a Container)

Current implementations:

  • Redis (see example/bin/)

TODO

  • Update tests
  • Implements AWS SQS
  • Implements MySQL

You may want to check the original repository.

About

PHP queue worker and consumer - Ready for Redis.

License:MIT License


Languages

Language:PHP 100.0%