Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Z5. Others

oroz3 edited this page Jun 3, 2019 · 3 revisions

Swoole Driver for Queue

This package provides Swoole's async task worker as Laravel's queue driver. You can easily set your queue driver to swoole.

Your payload data will only exists in memory, and won't be saved in any persistent storage. You will lose your data once the process crashes.

← Q&A

Clone this wiki locally