Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,数据连接摄取运行了 6 小时(与 30 分钟的典型摄取时间相比)没有取得任何进展。这导致源数据库服务器停止运行,因此我们需要终止摄取进程。
如果运行时间过长,有没有办法自动中止摄取,这样如果这个作业再次挂起,它就不会导致同样的问题?
是的。您可以在作业规范上设置maxAllowedDurationISO-8601 格式,例如maxAllowedDuration: PT10M10 分钟后会自动取消作业。由于数据库问题,作业有时会挂起。
maxAllowedDuration
maxAllowedDuration: PT10M