We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992c260 commit cdff2aeCopy full SHA for cdff2ae
deps/rabbitmq_cli/lib/rabbitmq/cli/default_output.ex
@@ -82,6 +82,10 @@ defmodule RabbitMQ.CLI.DefaultOutput do
82
{:error, RabbitMQ.CLI.Core.ExitCodes.exit_tempfail(), khepri_timeout_error(node_name)}
83
end
84
85
+ defp format_khepri_output({:error, :timeout_waiting_for_khepri_projections}, %{node: node_name}) do
86
+ {:error, RabbitMQ.CLI.Core.ExitCodes.exit_tempfail(), khepri_timeout_error(node_name)}
87
+ end
88
+
89
defp format_khepri_output(result, _opts) do
90
result
91
0 commit comments