I got an exception while adding many emails to the queue on a Laravel 4.2 app.
exception 'Pheanstalk_Exception' with message 'JOB_TOO_BIG: job data exceeds server-enforced limit'
I am confused whether this error is due to a single job or because the queue is too long. As the job is an email, I don't think this is different than any other email jobs which get added to the queue before it throws this exception.