Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Error while sending QUERY packet #48

Description

@Muffinman

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 ?

PHP version: 5.5.9
php-resque-ex version: 1.3.0
MariaDB version: 10.0.30

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions