Replace EventMachine with Concurrent::TimerTask - #4661
Merged
Conversation
jochenehret
force-pushed
the
replace_eventmachine
branch
2 times, most recently
from
November 17, 2025 10:56
677bc99 to
06662c9
Compare
* preparation for Thin removal * replace EventMachine with Concurrent::TimerTask * remove "thread_info_event_machine" metrics
jochenehret
force-pushed
the
replace_eventmachine
branch
from
November 17, 2025 12:20
06662c9 to
1187814
Compare
jochenehret
marked this pull request as ready for review
November 19, 2025 10:01
philippthun
approved these changes
Nov 19, 2025
Contributor
|
Is it possible to hold off merging this for a few days? We want to cut one more capi release that still supports thin features that will include this fix #4665 . |
Contributor
|
Thanks for waiting, I released https://github.com/cloudfoundry/capi-release/releases/tag/1.222.0 so this is unblocked now! |
ari-wg-gitbot
added a commit
to cloudfoundry/capi-release
that referenced
this pull request
Nov 21, 2025
Changes in cloud_controller_ng:
- Remove EventMachine from Puma
PR: cloudfoundry/cloud_controller_ng#4661
Author: Jochen Ehret <jochen.ehret@sap.com>
5 tasks
sethboyles
pushed a commit
to atanas-attodorov-wq/cloud_controller_ng
that referenced
this pull request
Dec 11, 2025
* preparation for Thin removal * replace EventMachine with Concurrent::TimerTask * remove "thread_info_event_machine" metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A short explanation of the proposed change:
This is a preparation for the Thin removal PR. It replaces
EventMachinewithConcurrent::TimerTask. The "thread_info_event_machine" metrics are removed.An explanation of the use cases your change solves
Remove outdated Gems.
Links to any other associated PRs
Roadmap for Thin removal #4115
I have reviewed the contributing guide
I have viewed, signed, and submitted the Contributor License Agreement
I have made this pull request to the
mainbranchI have run all the unit tests using
bundle exec rakeI have run CF Acceptance Tests