Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rabbit_feature_flags: Trap exit signal in the controller #10279

Merged
merged 1 commit into from Jan 4, 2024

Conversation

dumbbell
Copy link
Member

@dumbbell dumbbell commented Jan 4, 2024

Why

We need to do this for the terminate/3 callback to be called when the process is terminated by its supervisor. It also allows crashes to be logged.

[Why]
We need to do this for the `terminate/3` to be called. Without this, the
process exits without calling it.
@dumbbell dumbbell added this to the 3.13.0 milestone Jan 4, 2024
@dumbbell dumbbell self-assigned this Jan 4, 2024
@dumbbell dumbbell changed the title rabbit_feature_flags: Trap exit signal in the controller rabbit_feature_flags: Trap exit signal in the controller Jan 4, 2024
@dumbbell dumbbell marked this pull request as ready for review January 4, 2024 15:14
@dumbbell dumbbell merged commit d0d2413 into main Jan 4, 2024
19 checks passed
@dumbbell dumbbell deleted the fix-ff-controller-termination branch January 4, 2024 15:15
dumbbell added a commit that referenced this pull request Jan 4, 2024
rabbit_feature_flags: Trap `exit` signal in the controller (backport #10279)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants