We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f589c6d commit 0afee55Copy full SHA for 0afee55
1 file changed
quickwit/quickwit-search/src/leaf.rs
@@ -1773,8 +1773,7 @@ async fn run_offloaded_search_tasks(
1773
Err(err) => {
1774
// Transport-level failure: the Lambda invocation itself failed.
1775
// Mark all splits in this batch as failed.
1776
- quickwit_common::rate_limited_error!(
1777
- limit_per_min = 1,
+ error!(
1778
error = %err,
1779
num_splits = batch_split_ids.len(),
1780
"lambda invocation failed for batch"
0 commit comments