Skip to content

Commit 0afee55

Browse files
committed
remove rate-limiting
1 parent f589c6d commit 0afee55

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
@@ -1773,8 +1773,7 @@ async fn run_offloaded_search_tasks(
17731773
Err(err) => {
17741774
// Transport-level failure: the Lambda invocation itself failed.
17751775
// Mark all splits in this batch as failed.
1776-
quickwit_common::rate_limited_error!(
1777-
limit_per_min = 1,
1776+
error!(
17781777
error = %err,
17791778
num_splits = batch_split_ids.len(),
17801779
"lambda invocation failed for batch"

0 commit comments

Comments
 (0)