- 🇩🇰Denmark kasperg
In case someone is interested I have added support for configuring whether to disable the late runtime processor when running CLI commands in ✨ Make late runtime processor compatible with drush Fixed .
- achap 🇦🇺
I'm getting "MySQL server has gone away errors" after long running drush operations like search api indexing and running migrations with the lateruntime processor enabled. Those operations can put thousands of cache tags in the queue and it seems like it is trying to process many of them at the end of the request, or at the end of batches which is resulting in a packet size greater than max_allowed_packet. My max_allowed_packet setting is already quite high and I don't have much room to increase so I agree with the other comments that it would be better to at least have the option to disable it for CLI. Thanks for the MR @Kasperg