craft-async-queue icon indicating copy to clipboard operation
craft-async-queue copied to clipboard

Async Queue Handler for Craft 3 and 4

Results 10 craft-async-queue issues
Sort by recently updated
recently updated
newest added

Not 100% sure the cause but it seems that if a job goes into the queue as "delayed", it seems to stall the queue from running and no jobs process....

Hi there, I'm typically using your plugin with ImageOptimize but I deactivated it so I can isolate the issue. I have a fairly simple setup, using AWS S3 bucket with...

Hey @ostark, I'm seeing frequent MySQL deadlocks when using this plugin to run [Feed Me](https://github.com/craftcms/feed-me) feeds in our dev environments. If the Feed Me import config creates relationships to other...

AsyncQueue has stopped working on several sites after upgrading to Craft 4. When I run the AsyncQueue test, 10 jobs get added to the queue but none of them run...

For some strange reason, the path to the root directory is incorrect in the Command Line of your plugins settings. Is there any way to override this like you can...

Stop spawning new processes if counting queue jobs failed.

For testing use ``` // composer.json "ostark/craft-async-queue": "dev-craft-3-backport" ``` and `composer u ostark/craft-async-queue`

Is there something that needs updating/removing from a Craft 3 install after upgrading to Craft 4? We've used this plugin on a few sites (thanks!), and it works great (both...

Mention that this version also supports Craft 5. ## Further ideas * Remove PHP 7 examples from README (looks dated) maybe stop supporting PHP 7? * Change the about section...