Hi Team, I am facing an issue where I am seeing multiple Ingestion triggers happening for a scheduled ingestion sources. I am using standalone MAE and MCE consumers with 3 replicas. I am able to see 3 Ingestions getting triggered at each scheduled interval. can someone help me to resolve this issue? Thanks
I am using datahub version v0.12.0
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
- Are you using UI or CLI for ingestion?
- Which DataHub version are you using? (e.g. 0.12.0)
- What data source(s) are you integrating with DataHub? (e.g. BigQuery)
With standalone MAE and MCE consumers, the MCE consumer should only have a single replica, otherwise each of the MCE consumers will create the corresponding aspects for the ingestion (for which the datahub-actions pipeline is listing for, to start the ingestion): https://github.com/acryldata/datahub-helm/blob/89c92c8ac73b4dc371d647216d60dff28cc7c9ae/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml#L11-L12|https://github.com/acryldata/datahub-helm/blob/89c92c8ac73b4dc371d647216d60dff28cc[…]atahub/subcharts/datahub-mce-consumer/templates/deployment.yaml
okay, thanks for the confirmation.