SIENTIAPDE-1222
Refactor orchestration and email handling - Updated the orchestration queries to streamline model lookups and added conditions for active models. - Changed the entry point in the local run script to use the worker module. - Removed the deprecated samples.json file. - Enhanced the Email activity to skip sending if the SMTP server is not configured. - Added timestamp field handling in MongoDB activities for better data management. - Updated connectors configuration to allow for a None SMTP server. - Improved the common configuration function to include model configuration details.
This commit is contained in:
@@ -15,4 +15,4 @@ else
|
||||
fi
|
||||
|
||||
echo "Starting orchestrator application..."
|
||||
python -m orchestrator.app
|
||||
python -m orchestrator.worker.worker
|
||||
|
||||
Reference in New Issue
Block a user