我正在尝试使用 Gotenberg api 将 ms-office 文件转换为 pdf。对于某些文件,我收到超过 unoconv PDF 上下文截止日期的 503 状态。我已将读取、写入和处理超时增加到 60 秒。我该如何解决这个问题?转换文件最长时间需要多长时间?一个 Gotenberg 实例可以处理的最大请求是多少?
尝试通过将
--api-timeout
传递给容器启动命令来增加 Gotenberg 的超时时间
gotenberg:
image: gotenberg/gotenberg:7
command: gotenberg --log-level=info --api-timeout 400s