spicywebau / craft-neo

A Matrix-like field type for Craft CMS that uses existing fields
Other
402 stars 63 forks source link

[5.x] Overload on "Deleting old Neo blocks"-Jobs after pruning revisions #965

Open mihob opened 1 week ago

mihob commented 1 week ago

What would you like to see added to or changed in Neo, and why?

Every now and then I prune all revisions. This spawns thousands and thousands of “Deleting old Neo blocks” queue jobs, especially on larger pages. And that clogs up the entire queue and takes ages.

Can't this be done during the utils/prune-revisions command?

ttempleton commented 1 week ago

We might be able to do that for console commands in general.