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 4a23e3c commit 0e5c3c3Copy full SHA for 0e5c3c3
1 file changed
quickwit/quickwit-search/src/leaf.rs
@@ -1777,8 +1777,7 @@ async fn run_offloaded_search_tasks(
1777
Err(err) => {
1778
// Transport-level failure: the Lambda invocation itself failed.
1779
// Mark all splits in this batch as failed.
1780
- quickwit_common::rate_limited_error!(
1781
- limit_per_min = 1,
+ error!(
1782
error = %err,
1783
num_splits = batch_split_ids.len(),
1784
"lambda invocation failed for batch"
0 commit comments