Skip to content

GONRG-4002: Increase DAG timeout to process large Manifests

Yan Sushchynski (EPAM) requested to merge GONRG-4002_Increase_DAG_timeout into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Sometime the DAG fails on processing 50k records Manifests. It turned out that the DAG has a timeout set to 1 hour. If we increase this value, we are able to process such large Manifests

Merge request reports