Skip to content

Releases: codeigniter4/queue

v1.0.0

29 Mar 10:21
b44386a

Choose a tag to compare

This is the first stable release of CodeIgniter Queue for CodeIgniter 4.

CodeIgniter Queue brings background job processing to CodeIgniter applications with a familiar developer experience, flexible backends, and the tooling needed to run workers in production.

Highlights

  • Support for multiple queue backends:
    • database
    • redis / predis
    • rabbitmq
  • Job dispatching with payloads, priorities, and delayed execution
  • Chained jobs for multi-step workflows
  • Worker lifecycle and job events for monitoring and integrations
  • Failed job storage and retry/cleanup commands
  • CLI tooling to publish config, generate jobs, run workers, stop workers safely, inspect failures, retry jobs, and flush old failed jobs

Requirements

  • PHP 8.2+
  • CodeIgniter 4.3+

Documentation: https://queue.codeigniter.com

Contributors

Thanks to everyone who contributed to the first stable release, including @michalsn, @kenjis, @datamweb, @formbay-sanil, and @yassinedoghri.

Full Changelog: https://github.com/codeigniter4/queue/commits/v1.0.0