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
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Hi, we're seeing the following MySQL error when running a job through the queue worker. When running the same class outside the queue environment the error doesn't appear.
PHP Warning: Error while sending QUERY packet. PID=7741 in private/lib/core/db.class.php on line 134
We've checked the query and the max packet size / timeouts in MariaDB and everything is within tolerances. The query is a simple update which updates a single row in the DB. We're using the MySQLi extension and php5-mysqlnd.
Any idea why this would only happen in php-resque-ex ?
Hi, we're seeing the following MySQL error when running a job through the queue worker. When running the same class outside the queue environment the error doesn't appear.
PHP Warning: Error while sending QUERY packet. PID=7741 in private/lib/core/db.class.php on line 134We've checked the query and the max packet size / timeouts in MariaDB and everything is within tolerances. The query is a simple update which updates a single row in the DB. We're using the MySQLi extension and php5-mysqlnd.
Any idea why this would only happen in php-resque-ex ?
PHP version: 5.5.9
php-resque-ex version: 1.3.0
MariaDB version: 10.0.30