[experiments] Extend promise based call experiment expiry (#34737)

pull/34436/head
Craig Tiller 1 year ago committed by GitHub
parent 2883638d75
commit 002b401430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/core/lib/experiments/experiments.yaml

@ -169,7 +169,7 @@
description:
If set, use the new gRPC promise based call code when it's appropriate
(ie when all filters in a stack are promise based)
expiry: 2023/11/01
expiry: 2024/06/14
owner: ctiller@google.com
test_tags: ["core_end2end_test", "lame_client_test"]
- name: promise_based_inproc_transport
@ -183,7 +183,7 @@
description:
If set, use the new gRPC promise based call code when it's appropriate
(ie when all filters in a stack are promise based)
expiry: 2023/11/01
expiry: 2024/06/14
owner: ctiller@google.com
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test", "logging_test"]
- name: red_max_concurrent_streams

Loading…
Cancel
Save