SIENTIAPDE-1243: Refactor: Rename 'laborious' package to 'model_manager'

This commit renames the 'laborious' package to 'model_manager' across the entire project. This includes renaming directories, modules, references in code, configuration files, and documentation to reflect the new package name. This change improves clarity and consistency within the project.
This commit is contained in:
Bruno Domingues
2025-10-01 14:29:24 -03:00
parent e318b91c63
commit aba4a3f1a5
41 changed files with 109 additions and 109 deletions

View File

@@ -70,7 +70,7 @@ livenessProbe:
command:
- sh
- -c
- pgrep -f "laborious.worker.worker"
- pgrep -f "model_manager.worker.worker"
initialDelaySeconds: 20
periodSeconds: 30
@@ -79,7 +79,7 @@ readinessProbe:
command:
- sh
- -c
- pgrep -f "laborious.worker.worker"
- pgrep -f "model_manager.worker.worker"
initialDelaySeconds: 10
periodSeconds: 15
@@ -153,7 +153,7 @@ env:
- name: GITHUB_BRANCH
value: SIENTIAPDE-1222-ajustar-a-library-para-fazer-o-download-do-courier
- name: PYTHON_APP
value: "laborious.worker.worker"
value: "model_manager.worker.worker"
# Application variables
- name: POSTGRES_HOST