Astarte.RPC.Config.amqp_queue_max_length-exclamation-mark

You're seeing just the function amqp_queue_max_length-exclamation-mark, go back to Astarte.RPC.Config module for more information.
Link to this function

amqp_queue_max_length!(namespace \\ nil)

View Source

Specs

amqp_queue_max_length!(Skogsra.Env.namespace()) :: integer() | no_return()

Max length of the server AMQP queue. If 0 the queue will be unbounded, otherwise it will be limited to tha t length and new publishes will be dropped while the queue is full. WARNING: changing this value requires manually deleting the queue

Bang version of Astarte.RPC.Config.amqp_queue_max_length/0 (fails on error). Optionally, receives the namespace for the variable.