ostark / craft-async-queue

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

Should runQueueAutomatically be set to true or false? #43

Closed adrienne closed 3 years ago

adrienne commented 3 years ago

I'm a little unclear on how I should have this configured, @ostark -- can you advise?

espensgr commented 3 years ago

Wondering the same thing, so would be nice to just add this to the documentation, so there is no confusion.

howells commented 3 years ago

@adrienne @espensgr did you guys work this out?

ostark commented 3 years ago

Late ping back: @howells @espensgr @adrienne


A: There is no need to touch this setting. The plugin overwrites it (to false) https://github.com/ostark/craft-async-queue/blob/master/src/Plugin.php#L42-L43