Wkhtmltopdf PDF打印在Heroku上间歇性失败

时间:2019-02-14 10:27:39

标签: heroku wkhtmltopdf pdfkit

在Heroku上使用PDF打印时,经常出现以下错误。该错误间歇性地发生,并在延迟的作业服务器重新尝试打印时消失。

错误消息:

  

MESSAGE命令失败(exitstatus = 139):/app/vendor/bundle/ruby/2.5.0/gems/wkhtmltopdf-heroku-2.12.4.0/bin/wkhtmltopdf-linux-amd64 --encoding UTF-8- dpi 300-上边距75.0-下边55.0 --header-html /app/tmp/LabReport-Mr.XYZ-14-02-2019 \ header20190214-4-7ofe2a.html --footer-html / app /tmp/LabReport-Mr.XYZ-14-02-2019 \ footer20190214-4-nf4kpo.html --disable-smart-shrinking--

1 个答案:

答案 0 :(得分:0)

问题来自wkhtmltopdf-0.12.4,并已在0.12.5中修复。

https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2510