- Issue created by @phenaproxima
- 🇺🇸United States phenaproxima Massachusetts
Crediting @sjpeters79 for helping me with some database-related questions in Slack.
Package Manager invokes Composer repeatedly. Some of those processes can take a while, and on some hosts, that long wait time will exceed the configured wait timeout for the database (i.e., how long it will wait for a connection to do something before it drops it), which can cause Package Manager to fail with "MySQL server has gone away" errors.
Not sure exactly how to reproduce this, but it has happened when using Package Manager on some hosts.
If the database is MySQL, Package Manager's Composer runner should send a SET SESSION wait_timeout = $timeout
query to it.
None.
None.
None, this would be an internal change to an internal, final class.
None.
TBD.
Active
11.0 🔥
package_manager.module
Crediting @sjpeters79 for helping me with some database-related questions in Slack.