phase 17: fix scheduler config parsing, worker entry points, and seed data for Polygon sources
This commit is contained in:
@@ -64,7 +64,7 @@ services:
|
||||
extractor:
|
||||
replicas: 1
|
||||
image: extractor
|
||||
command: "python -m services.extractor.worker"
|
||||
command: "python -m services.extractor.main"
|
||||
tier: processing
|
||||
secrets: [stonks-core-secrets]
|
||||
resources:
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
aggregation:
|
||||
replicas: 1
|
||||
image: aggregation
|
||||
command: "python -m services.aggregation.worker"
|
||||
command: "python -m services.aggregation.main"
|
||||
tier: processing
|
||||
secrets: [stonks-core-secrets]
|
||||
resources:
|
||||
@@ -84,7 +84,7 @@ services:
|
||||
recommendation:
|
||||
replicas: 1
|
||||
image: recommendation
|
||||
command: "python -m services.recommendation.worker"
|
||||
command: "python -m services.recommendation.main"
|
||||
tier: processing
|
||||
secrets: [stonks-core-secrets]
|
||||
resources:
|
||||
@@ -105,7 +105,7 @@ services:
|
||||
brokerAdapter:
|
||||
replicas: 1
|
||||
image: broker-adapter
|
||||
command: "python -m services.adapters.broker_adapter"
|
||||
command: "python -m services.adapters.broker_service"
|
||||
tier: trading
|
||||
secrets: [stonks-core-secrets, stonks-broker-secrets]
|
||||
resources:
|
||||
@@ -115,7 +115,7 @@ services:
|
||||
lakePublisher:
|
||||
replicas: 1
|
||||
image: lake-publisher
|
||||
command: "python -m services.lake_publisher.worker"
|
||||
command: "python -m services.lake_publisher.jobs"
|
||||
tier: analytics
|
||||
secrets: [stonks-core-secrets]
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user