Skip to content

Commit

Permalink
fix: remove backtrace from ratelimit error (GreptimeTeam#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r authored and paomian committed Oct 19, 2023
1 parent 1b23641 commit 93bbf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ pub enum Error {
DecodeParquetTimeRange { msg: String, backtrace: Backtrace },

#[snafu(display("Scheduler rate limited, msg: {}", msg))]
RateLimited { msg: String, backtrace: Backtrace },
RateLimited { msg: String },

#[snafu(display("Cannot schedule request, scheduler's already stopped"))]
IllegalSchedulerState { backtrace: Backtrace },
Expand Down

0 comments on commit 93bbf0b

Please sign in to comment.