Skip to content

仓库 files navigation

Queue

Important

Dotkernel component used to queue tasks to be processed asynchronously based on netglue/laminas-messenger

A queue system is a vital part in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.

This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.

The greatest benefit is to application responsiveness, which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.

The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.

Queue process

Version History

Branch Release PSR-11 OSS Lifecycle PHP Version
2.0 > 2.0 1 OSS Lifecycle PHP from Packagist (specify version)
1.0 < 2.0 1 OSS Lifecycle PHP from Packagist (specify version)

Badges

OSS Lifecycle Packagist Dependency Version

GitHub issues GitHub forks GitHub stars GitHub license

Build Status codecov Qodana PHPStan

Documentation

Documentation is available at: https://docs.dotkernel.org/queue-documentation

关于

Queue management project, based on Mezzio, Symfony messenger and Swoole

Resources

Contributing

安全 policy

Stars

10 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages