{"record":{"id":"d83385f75a1802f9","repo":"phalcon/cphalcon","slug":"connection-timed-out","errorCode":null,"errorMessage":"Connection timed out","messagePattern":"Connection timed out","errorType":"exception","errorClass":"Phalcon\\Queue\\Exceptions\\Exception","httpStatus":null,"severity":"error","filePath":"phalcon/Queue/Adapter/Beanstalk/BeanstalkConnection.zep","lineNumber":222,"sourceCode":"    {\n        var connection, data, meta;\n\n        let connection = this->connection;\n\n        if typeof connection != \"resource\" {\n            let connection = this->connect();\n        }\n\n        if length {\n            if feof(connection) {\n                return false;\n            }\n\n            let data = rtrim(stream_get_line(connection, length + 2), \"\\r\\n\"),\n                meta = stream_get_meta_data(connection);\n\n            if meta[\"timed_out\"] {\n                throw new Exception(\"Connection timed out\");\n            }\n        } else {\n            let data = stream_get_line(connection, 16384, \"\\r\\n\");\n        }\n\n        if data === \"UNKNOWN_COMMAND\" {\n            throw new Exception(\"UNKNOWN_COMMAND\");\n        }\n\n        if data === \"JOB_TOO_BIG\" {\n            throw new Exception(\"JOB_TOO_BIG\");\n        }\n\n        if data === \"BAD_FORMAT\" {\n            throw new Exception(\"BAD_FORMAT\");\n        }\n\n        if data === \"OUT_OF_MEMORY\" {","sourceCodeStart":204,"sourceCodeEnd":240,"githubUrl":"https://github.com/phalcon/cphalcon/blob/b7419de9cd0a8a3f48441ead84c9f8415d463e25/phalcon/Queue/Adapter/Beanstalk/BeanstalkConnection.zep#L204-L240","documentation":"Error \"Connection timed out\" thrown in phalcon/cphalcon.","triggerScenarios":"Thrown at phalcon/Queue/Adapter/Beanstalk/BeanstalkConnection.zep:222 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b7419de9cd0a8a3f48441ead84c9f8415d463e25","analyzedAt":"2026-08-21T06:21:18.811Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}