SIENTIAPDE-1110
Add MongoDB configuration to values.yaml and integrate MongoDB support in worker.py
This commit is contained in:
@@ -15,7 +15,8 @@ with workflow.unsafe.imports_passed_through():
|
||||
from scouter.utils.connectors_config import (
|
||||
build_postgres_config,
|
||||
build_kafka_config,
|
||||
build_redis_config
|
||||
build_redis_config,
|
||||
build_mongodb_config
|
||||
)
|
||||
|
||||
|
||||
@@ -41,7 +42,8 @@ async def main():
|
||||
notification_handler=notification_handler,
|
||||
postgres_config=build_postgres_config(),
|
||||
kafka_config=build_kafka_config(),
|
||||
redis_config=build_redis_config()
|
||||
redis_config=build_redis_config(),
|
||||
mongodb_config=build_mongodb_config()
|
||||
)
|
||||
|
||||
logger.info('Starting Faker Activities...')
|
||||
|
||||
Reference in New Issue
Block a user