SIENTIAPDE-1084

Remove outdated module docstrings from orchestrator and activities packages for improved clarity and maintenance.
This commit is contained in:
vitor-aignosi
2025-09-01 15:51:39 -03:00
parent 8d0b6c1222
commit deeb6a6d2f
4 changed files with 0 additions and 37 deletions

View File

@@ -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
"""

View File

@@ -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
"""

View File

@@ -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
"""