Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Oct 14, 2024
1 parent 6ec61ea commit 1619aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 15
timeout_in_minutes: 20
retry: *auto-retry

# The timeout should be strictly more than timeout in `pull-request.yml`.
Expand Down
4 changes: 3 additions & 1 deletion proto/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ option go_package = "risingwavelabs.com/risingwave/proto/telemetry";
enum MetaBackend {
META_BACKEND_UNSPECIFIED = 0;
META_BACKEND_MEMORY = 1;
META_BACKEND_RDB = 2;
reserved 2;
reserved "META_BACKEND_ETCD";
META_BACKEND_RDB = 3;
}

enum TelemetryNodeType {
Expand Down

0 comments on commit 1619aa4

Please sign in to comment.