Skip to content

Commit

Permalink
Merge pull request #10280 from rabbitmq/mergify/bp/v3.12.x/pr-10279
Browse files Browse the repository at this point in the history
rabbit_feature_flags: Trap `exit` signal in the controller (backport #10279)
  • Loading branch information
dumbbell authored Jan 4, 2024
2 parents ac23476 + 0723018 commit e821aeb
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 @@ -168,6 +168,7 @@ callback_mode() ->
state_functions.

init(_Args) ->
process_flag(trap_exit, true),
{ok, standing_by, none}.

standing_by(
Expand Down

0 comments on commit e821aeb

Please sign in to comment.