Skip to content

Commit 0e5c3c3

Browse files
committed
remove rate-limiting
1 parent 4a23e3c commit 0e5c3c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • quickwit/quickwit-search/src

quickwit/quickwit-search/src/leaf.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,8 +1777,7 @@ async fn run_offloaded_search_tasks(
17771777
Err(err) => {
17781778
// Transport-level failure: the Lambda invocation itself failed.
17791779
// Mark all splits in this batch as failed.
1780-
quickwit_common::rate_limited_error!(
1781-
limit_per_min = 1,
1780+
error!(
17821781
error = %err,
17831782
num_splits = batch_split_ids.len(),
17841783
"lambda invocation failed for batch"

0 commit comments

Comments
 (0)