CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Generic Queue Interface

Open lonnieezell opened this issue 9 years ago • 0 comments

Provides a common interface to queueing tasks, including to formal queue engines like RabbitMQ or Beanstalkd, and a simple file and database for local versions. Useful for off-loading time-consuming tasks like sending emails, push notifications, image processing, etc.

Handlers:

  • [ ] RabbitMQ
  • [ ] Local File
  • [ ] Local Database
  • [ ] Redis
  • [ ] Memcached

Integrations:

  • [ ] Email
  • [ ] Events

lonnieezell avatar Jun 15 '16 05:06 lonnieezell