Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 01:53 AM
We had similar error for one the DLT pipeline, This could be some times because of compute size, we had increased compute size of server in your DLT pipelines, still we were seeing this error while processing very large file.
we then added below parameter to the DLT pipeline configuration, as the default timeout is 120s which increased to 3600s, then the pipeline ran successfully
pipeline.timeout=3600s
pipeline.clusterShutdown.delay=120s