问题标签 [griddler]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - 有没有办法使用 griddler 来解决 Heroku 中的 H12 超时问题,以解析来自 sendgrid 的带有大附件的入站消息
我的工作流程是 email--sendgrid--griddler,rails 应用程序在 heroku 上运行。所有入站电子邮件都有附件,有些相当大。我在 Heroku 上不断收到 H12 超时,因为附件需要 30 多秒才能上传到 Google Cloud Storage。
我已经尽我所能使用延迟工作,但我不认为我可以将附件从烤盘传递到延迟工作,因为附件是短暂的。我有一个朋友建议直接从 gmail 中检索电子邮件,而不是使用 sendgrid 和 griddler,但这比我目前所要做的更像是重写。在理想情况下,我可以将附件传递给延迟的工作,但我不知道这最终是否可能。