You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single connection is reused for the worker lifetime with no ping/reconnect, so "MySQL server has gone away" permanently breaks the worker. Fix: catch lost-connection PDOExceptions, rebuild once, retry.
A single connection is reused for the worker lifetime with no ping/reconnect, so "MySQL server has gone away" permanently breaks the worker. Fix: catch lost-connection PDOExceptions, rebuild once, retry.