rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

Add a specific shutdown timeout macro and property for message stores #394

Closed HoloRin closed 4 years ago

HoloRin commented 4 years ago

The default timeout of 30 seconds was not sufficient to allow graceful shutdown of a message store with millions of persistent messages. Rather than increase the timeout in general, introduce a new macro with a default of 600 seconds.

References rabbitmq/rabbitmq-server#2324.

michaelklishin commented 4 years ago

Backported to v3.8.x.