-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
fillerRequires little effort to resolve. Ready to be picked up anytime.Requires little effort to resolve. Ready to be picked up anytime.maintenanceTasks with this label generally have a lower priority and due dateTasks with this label generally have a lower priority and due datestarter
Description
Instead of sending outcomes directly to the outcome_producer, they should be sent to the outcome_aggregator for another layer of aggregation.
Code:
relay/relay-server/src/endpoints/batch_outcomes.rs
Lines 14 to 17 in f92a170
| let producer = &state.outcome_producer(); | |
| for outcome in body.inner.outcomes { | |
| producer.send(outcome); | |
| } |
This means the aggregator needs to understand TrackRawOutcome or we want to potentially change the API (purely an internal API, so that's feasible).
Metadata
Metadata
Assignees
Labels
fillerRequires little effort to resolve. Ready to be picked up anytime.Requires little effort to resolve. Ready to be picked up anytime.maintenanceTasks with this label generally have a lower priority and due dateTasks with this label generally have a lower priority and due datestarter