Skip to content

Commit

Permalink
Merge pull request #10279 from rabbitmq/fix-ff-controller-termination
Browse files Browse the repository at this point in the history
rabbit_feature_flags: Trap `exit` signal in the controller
  • Loading branch information
dumbbell authored Jan 4, 2024
2 parents 36c7d26 + a472982 commit d0d2413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/rabbit/src/rabbit_ff_controller.erl
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ init(_Args) ->
?LOG_DEBUG(
"Feature flags: controller standing by",
#{domain => ?RMQLOG_DOMAIN_FEAT_FLAGS}),
process_flag(trap_exit, true),
{ok, standing_by, none}.

standing_by(
Expand Down

0 comments on commit d0d2413

Please sign in to comment.