AsyncQueue
This plugin replaces Craft's default queue handler and moves queue execution to a non-blocking background process. The command craft queue/run
gets executed right after you push a Job to the queue.
Benefits
- Mitigates memory issues
- Prevents blocking web request during queue handling
- Allows concurrent queue job handling
Free
Package Name
To install this plugin, search for its package name on the Plugin Store and click “Install”.