[experiments] Extend work_serializer_dispatch expiry (#37883)

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #37883

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37883 from yousukseung:work_serializer_dispatch_extend 04c4602b73
PiperOrigin-RevId: 684887827
pull/37890/head
Yousuk Seung 4 months ago committed by Copybara-Service
parent e808d329ae
commit 12e95d472a
  1. 4
      src/core/lib/experiments/experiments.yaml

@ -93,7 +93,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
@ -178,6 +178,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