Skip to content

Commit

Permalink
Update aggregator/src/aggregator/aggregation_job_driver.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Pitman <[email protected]>
  • Loading branch information
inahga and branlwyd committed Jan 17, 2024
1 parent 2233aba commit 11ed62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/src/aggregator/aggregation_job_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ impl AggregationJobDriver {
// that's the more interesting error for debugging purposes.
//
// If cancellation fails, the job will be picked up again. This isn't
// a big deal, since stepping a collection job is idempotent. It would
// a big deal, since stepping an aggregation job is idempotent. It would
// just be some wasted work next time around.
warn!(
%attempts,
Expand Down

0 comments on commit 11ed62f

Please sign in to comment.