SIENTIAPDE-1646

Update GITHUB_BRANCH in values.yaml to feature/SIENTIAPDE-1646, refactor mongo_db.py for cleaner code, and enhance worker.py by adding missing commas for improved syntax consistency.
This commit is contained in:
vitor-aignosi
2026-05-22 16:26:52 -03:00
parent 474c2ef42c
commit 5e918b458c
3 changed files with 9 additions and 11 deletions

View File

@@ -164,7 +164,7 @@ env:
- name: GITHUB_REPO_URL
value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git"
- name: GITHUB_BRANCH
value: "fix/SIENTIAPDE-1712"
value: "feature/SIENTIAPDE-1646"
- name: PYTHON_APP
value: "orchestrator.worker.worker"
@@ -263,3 +263,5 @@ ssh:
# kubectl create secret generic smtp-credentials \
# --namespace sientia \
# --from-literal=app_password='sua-senha-de-app-de-16-digitos'
# helm upgrade --install sientia-orchestrator-worker /home/grezewave/Documents/projects/sientia/sientia-core-applications/sientia-module -n sientia --create-namespace -f ./values.yaml