CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_USE_DEDICATED_WORKQUEUE

Periodically push new data to Memfault using a dedicated workqueue

Type: bool

Help

When using this feature, make sure CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE
is set appropriately for the board's HTTP stack to not cause a stack overflow. A dedicated
workqueue over the system workqueue is beneficial if http requests for the network stack
in use can block for a long time but comes at the cost of using extra RAM.

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:163

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:38

Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support → Enables a work job to periodically push new data to Memfault → Work queue implementation to use for periodic HTTP posting

config MEMFAULT_HTTP_PERIODIC_UPLOAD_USE_DEDICATED_WORKQUEUE
    bool "Periodically push new data to Memfault using a dedicated workqueue"
    depends on <choice MEMFAULT_HTTP_PERIODIC_UPLOAD_CONTEXT>
    help
      When using this feature, make sure CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE
      is set appropriately for the board's HTTP stack to not cause a stack overflow. A dedicated
      workqueue over the system workqueue is beneficial if http requests for the network stack
      in use can block for a long time but comes at the cost of using extra RAM.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)