SIENTIAPDE-1084
Remove outdated module docstrings from orchestrator and activities packages for improved clarity and maintenance.
This commit is contained in:
@@ -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
|
|
||||||
"""
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
"""
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
"""
|
|
||||||
|
|||||||
0
orchestrator/workflows/subworkflows/__init__.py
Normal file
0
orchestrator/workflows/subworkflows/__init__.py
Normal file
Reference in New Issue
Block a user