stasis

Since 12.8.0 Module Configuration Found this useful? Upvote it. ×

Last reviewed 2026-04-14

Description

stasis.conf

[threadpool]

Settings that configure the threadpool Stasis uses to deliver some messages.

  • initial_size - Initial number of threads in the message bus threadpool.
  • idle_timeout_sec - Number of seconds before an idle thread is disposed of.
  • max_size - Maximum number of threads in the threadpool.
[taskpool]

Settings that configure the taskpool Stasis uses to deliver some messages.

  • minimum_size - Minimum number of taskprocessors in the message bus taskpool.
  • initial_size - Initial number of taskprocessors in the message bus taskpool.
  • idle_timeout_sec - Number of seconds before an idle taskprocessor is disposed of.
  • max_size - Maximum number of taskprocessors in the taskpool.
[declined_message_types]

Stasis message types for which to decline creation.

  • decline - The message type to decline.

User Notes

No notes yet. Be the first to contribute a tip or example.

Contribute a note

Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.

Moderated before publishing. Email never shown.