Merge pull request #36 from Aignosi/fix/SIENTIAPDE-1478

SIENTIAPDE-1478: API Class Improvements, Test Notebook Refinements, and Config Update
This commit is contained in:
Matheus Demoner
2026-01-29 11:00:34 -03:00
committed by GitHub
3 changed files with 467 additions and 332 deletions

View File

@@ -63,6 +63,12 @@ class API(SientiaMonitoring):
logger=logger,
notification_handler=notification_handler,
metrics_controller=metrics_controller,
headers_config={
'Content-Type': 'application/json',
'Accept': 'application/json',
'x-requested-with': 'piwebapistreams',
'User-Agent': 'Aig-Laborious-Agent/1.0',
},
)
def close(self) -> None:

File diff suppressed because one or more lines are too long

View File

@@ -157,7 +157,7 @@ env:
- name: GITHUB_REPO_URL
value: "git@github.com:Aignosi/sientia-dataops-laborious_temporal.git"
- name: GITHUB_BRANCH
value: "feature/SIENTIAPDE-1478"
value: "fix/SIENTIAPDE-1478"
- name: PYTHON_APP
value: "laborious.worker.worker"