[experiments] Extend work_serializer_dispatch expiry

pull/37883/head
Yousuk Seung 4 months ago
parent 4cf2759096
commit 724f6d2c89
  1. 4
      src/core/lib/experiments/experiments.yaml

@ -85,7 +85,7 @@
uses_polling: true uses_polling: true
- name: free_large_allocator - name: free_large_allocator
description: If set, return all free bytes from a "big" allocator description: If set, return all free bytes from a "big" allocator
expiry: 2024/12/01 expiry: 2025/03/31
owner: alishananda@google.com owner: alishananda@google.com
test_tags: [resource_quota_test] test_tags: [resource_quota_test]
- name: local_connector_secure - name: local_connector_secure
@ -170,6 +170,6 @@
Have the work serializer dispatch work to event engine for every callback, Have the work serializer dispatch work to event engine for every callback,
instead of running things inline in the first thread that successfully instead of running things inline in the first thread that successfully
enqueues work. enqueues work.
expiry: 2024/09/30 expiry: 2024/12/31
owner: ysseung@google.com owner: ysseung@google.com
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test", "lb_unit_test"] test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test", "lb_unit_test"]

Loading…
Cancel
Save