ostark / craft-async-queue

Async Queue Handler for Craft 3 and 4
MIT License
93 stars 7 forks source link

Queue does not run when jobs are added from "Live preview" #81

Open Mathias-Syversen opened 4 months ago

Mathias-Syversen commented 4 months ago

I noticed that sometimes I have waiting jobs for Updating search indexes and Pruning extra revisions.

These jobs will just sit there with an orange status until some other thing triggers the queue, I used to start the async queue test to get these done.

After testing a bit it seems these accumulate when you edit an entry with live preview.

My setup has a matrix field with multiple levels, all as inline editable blocks.

Screenshot 2024-06-26 at 13 12 52