phase 17: fix scheduler config parsing, worker entry points, and seed data for Polygon sources

This commit is contained in:
Celes Renata
2026-04-12 02:45:37 -07:00
parent 1410d324b7
commit f2b9d6c00a
4 changed files with 70 additions and 42 deletions
+5 -5
View File
@@ -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: