From deeb6a6d2f571a93b6b5163e7013fc798fbdd369 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 1 Sep 2025 15:51:39 -0300 Subject: [PATCH] SIENTIAPDE-1084 Remove outdated module docstrings from orchestrator and activities packages for improved clarity and maintenance. --- orchestrator/__init__.py | 14 -------------- orchestrator/activities/__init__.py | 12 ------------ orchestrator/workflows/__init__.py | 11 ----------- orchestrator/workflows/subworkflows/__init__.py | 0 4 files changed, 37 deletions(-) create mode 100644 orchestrator/workflows/subworkflows/__init__.py diff --git a/orchestrator/__init__.py b/orchestrator/__init__.py index 1fa719a..8b13789 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -1,15 +1 @@ -""" -SIENTIA DataOps Orchestrator Temporal. -A high-performance, scalable workflow orchestration system built on Temporal.io -for automated pipeline management, notification delivery, and resource coordination. -The orchestrator provides enterprise-grade workflow automation, real-time alerting, -and comprehensive monitoring capabilities for the SIENTIA platform. - -Modules: - activities: Temporal activity implementations for database, email, and resource operations - workflows: Temporal workflow definitions for orchestration, alerts, and reports - worker: Main worker implementation and application lifecycle management - utils: Utility functions for configuration, email building, and data conversion - metrics: Prometheus metrics definitions for monitoring and observability -""" diff --git a/orchestrator/activities/__init__.py b/orchestrator/activities/__init__.py index 349d4d9..e69de29 100644 --- a/orchestrator/activities/__init__.py +++ b/orchestrator/activities/__init__.py @@ -1,12 +0,0 @@ -""" -Temporal activity implementations for the orchestrator. - -This package contains all Temporal activity classes that implement -specific operations for the orchestration workflows including: - -- Database operations (MongoDB, PostgreSQL, Redis) -- Email services and notification delivery -- Temporal schedule and resource management -- Configuration formatting and slot distribution -- Data validation and processing -""" diff --git a/orchestrator/workflows/__init__.py b/orchestrator/workflows/__init__.py index 09c4020..e69de29 100644 --- a/orchestrator/workflows/__init__.py +++ b/orchestrator/workflows/__init__.py @@ -1,11 +0,0 @@ -""" -Temporal workflow definitions for the orchestrator. - -This package contains all Temporal workflow classes that define -the business logic and coordination patterns for: - -- Main orchestration workflow for pipeline and resource management -- Alert workflows for real-time error notification delivery -- Report workflows for scheduled notification summaries -- Subworkflows for notification loading and processing -""" diff --git a/orchestrator/workflows/subworkflows/__init__.py b/orchestrator/workflows/subworkflows/__init__.py new file mode 100644 index 0000000..e69de29