{"record":{"id":"550b88e4c16a72ed","repo":"phalcon/cphalcon","slug":"job-too-big","errorCode":null,"errorMessage":"JOB_TOO_BIG","messagePattern":"JOB_TOO_BIG","errorType":"exception","errorClass":"Phalcon\\Queue\\Exceptions\\Exception","httpStatus":null,"severity":"error","filePath":"phalcon/Queue/Adapter/Beanstalk/BeanstalkConnection.zep","lineNumber":233,"sourceCode":"                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\" {\n            throw new Exception(\"OUT_OF_MEMORY\");\n        }\n\n        return data;\n    }\n\n    /**\n     * Reads the latest status line and splits it into tokens.\n     *\n     * @phpstan-return queue_beanstalk_status\n     */","sourceCodeStart":215,"sourceCodeEnd":251,"githubUrl":"https://github.com/phalcon/cphalcon/blob/b7419de9cd0a8a3f48441ead84c9f8415d463e25/phalcon/Queue/Adapter/Beanstalk/BeanstalkConnection.zep#L215-L251","documentation":"Error \"JOB_TOO_BIG\" thrown in phalcon/cphalcon.","triggerScenarios":"Thrown at phalcon/Queue/Adapter/Beanstalk/BeanstalkConnection.zep:233 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"}