-
Notifications
You must be signed in to change notification settings - Fork 112
Send batch outcomes to aggregator #5495
Copy link
Copy link
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
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
Fields
Give feedbackNo fields configured for issues without a type.
Instead of sending outcomes directly to the
outcome_producer, they should be sent to theoutcome_aggregatorfor another layer of aggregation.Code:
relay/relay-server/src/endpoints/batch_outcomes.rs
Lines 14 to 17 in f92a170
This means the aggregator needs to understand
TrackRawOutcomeor we want to potentially change the API (purely an internal API, so that's feasible).