SIENTIAPDE-1110
Update GITHUB_BRANCH in values.yaml and remove debug log in DataManager - Changed GITHUB_BRANCH value to "SIENTIAPDE-1110-criar-testes-e-2-e" in values.yaml. - Removed unnecessary debug log for skipping messages in DataManager class.
This commit is contained in:
@@ -171,8 +171,6 @@ class DataManager:
|
|||||||
attachment_content=trace,
|
attachment_content=trace,
|
||||||
)
|
)
|
||||||
self.logger.error(trace)
|
self.logger.error(trace)
|
||||||
else:
|
|
||||||
self.logger.debug(f"Skipping message to topic {topic}: {data}")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
collection = self.mongo_db[topic]
|
collection = self.mongo_db[topic]
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ env:
|
|||||||
- name: GITHUB_REPO_URL
|
- name: GITHUB_REPO_URL
|
||||||
value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git"
|
value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git"
|
||||||
- name: GITHUB_BRANCH
|
- name: GITHUB_BRANCH
|
||||||
value: "error-test"
|
value: "SIENTIAPDE-1110-criar-testes-e-2-e"
|
||||||
- name: PYTHON_APP
|
- name: PYTHON_APP
|
||||||
value: "ingestor.app"
|
value: "ingestor.app"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user