ostark / craft-async-queue

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

runQueueAutomatically config setting after installing this plugin? #71

Closed harryfk closed 7 months ago

harryfk commented 7 months ago

This is more of a question than an issue … the readme talks about the Craft config setting runQueueAutomatically at the start, but then doesn’t specify what (or if) this should be set to after installing this plugin. Does it matter? Should it be set to false? Thanks for the clarification! 🙏

erinbit commented 7 months ago

Yes it should be set to false. Otherwise the queue will be processed by the frontend requests as well as the background worker causing all kinds of issues.

harryfk commented 7 months ago

Got it, thanks a lot!

ostark commented 7 months ago

It does not matter. The plugin overwrites this setting at runtime. @harryfk