Php package to manage queue tasks in a simple way

3.0.3 2019-04-06 19:59 UTC

This package is auto-updated.

Last update: 2024-05-07 07:08:22 UTC


README

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.