简体   繁体   English

超出上下文截止日期-goteberg api (/forms/libreoffice/convert)

[英]Context deadline exceeded- goteberg api (/forms/libreoffice/convert)

I am trying to convert ms-office files to pdf using gotenberg api.我正在尝试使用 gotenberg api 将 ms-office 文件转换为 pdf。 For some files, i am getting unoconv PDF context deadline exceeded with 503 status.对于某些文件,我收到 unoconv PDF 上下文截止日期超过 503 状态。 I have increased the read, write and process timeout to 60 secs.我已将读取、写入和处理超时增加到 60 秒。 How can i resolve this issue?我该如何解决这个问题? What is the the maximum time take to convert the file?转换文件所需的最长时间是多少? What is the maximum request can be handled by one gotenberg instance?一个 gotenberg 实例可以处理的最大请求是多少?

Try increase timeout in gotenberg by passing --api-timeout to container start command尝试通过将--api-timeout传递给容器启动命令来增加 gotenberg 中的超时

gotenberg:
  image: gotenberg/gotenberg:7
  command: gotenberg --log-level=info --api-timeout 400s

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 超过了锁定等待超时-使用单例数据库管理器插入 - Lock wait timeout exceeded- insert using a singleton db manager App Engine Java blob删除超过了截止日期 - Deadline exceeded on App Engine Java blob delete BigQuery插入请求的DEADLINE_EXCEEDED异常 - DEADLINE_EXCEEDED exception to BigQuery insert request gRPC服务器可以立即回收DEADLINE_EXCEEDED线程吗? - Can gRPC server reclaim the DEADLINE_EXCEEDED thread immediately? JODConverter&LibreOffice:使用嵌入式图像将文档转换为html - JODConverter & LibreOffice: convert doc to html with embedded images 从 Compute Engine 发布到 Cloud Pub/Sub 主题时出现 DEADLINE_EXCEEDED - DEADLINE_EXCEEDED when publishing to a Cloud Pub/Sub topic from Compute Engine io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED 同时从谷歌云 PubSub 获取主题(发布者)名称 - io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED while getting the topic(publisher) name from Google cloud PubSub 尝试将 AutoML Vision 客户端与 Google Cloud Platform 一起使用时出现 DEADLINE_EXCEEDED - DEADLINE_EXCEEDED when try to use AutoML Vision client with Google Cloud Platform 无法通过tws Java API更新特定作业流中的作业截止日期 - Trouble updating job deadline in specific jobstream through tws Java API 超出了Google云端硬盘API的配额 - Google Drive API quota exceeded
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM