向beanstalkd添加任务时报JOB_TOO_BIG错误,如何修改max-job-size。
报错信息如下:
exception 'Pheanstalk_Exception' with message 'JOB_TOO_BIG: job data exceeds server-enforced limit' in /home/nginx/coolwifi/vendor/pda/pheanstalk/classes/Pheanstalk/Command/PutCommand.php:93
向beanstalkd添加任务时报JOB_TOO_BIG错误,如何修改max-job-size。
报错信息如下:
exception 'Pheanstalk_Exception' with message 'JOB_TOO_BIG: job data exceeds server-enforced limit' in /home/nginx/coolwifi/vendor/pda/pheanstalk/classes/Pheanstalk/Command/PutCommand.php:93
beanstalkd 有一个参数 -z,默认65535,启动的时候设置大点就可以了