Why does PDFKit/wkhtmltopdf hang but renders PDF as expected when Rails app is killed?

后端 未结 7 1473
無奈伤痛
無奈伤痛 2020-12-04 12:18

Background

After reading around it seemed to me that Prawn is out and wkhtmltopdf is in. It also seems like the PDFKit and wicked_pdf gems for Rails are the new co

7条回答
  •  自闭症患者
    2020-12-04 12:51

    Mine was also hanging and opening the wkhtmltopdf icon in the dock.

    I actually found the problem for me was I only had 1 unicorn worker process running. Once I added more than 1 it worked fine.

    I'm running wkhtmltopdf 0.9.9 on OS X with pdfkit 0.6.2

提交回复
热议问题