We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ba976 commit feae7d5Copy full SHA for feae7d5
crates/generic_log_worker/src/batcher_do.rs
@@ -154,7 +154,7 @@ impl GenericBatcher {
154
} else {
155
// Failed to sequence this entry, either due to an error
156
// submitting the batch or rate limiting at the Sequencer.
157
- Response::error("rate limited", 429)
+ Response::error("sequencing error", 503)
158
};
159
*self.in_flight.borrow_mut() -= 1;
160
0 commit comments