Action Cable

noteAction Cable is experimental, and enabling it also enables experimental features.

This service is disabled by default. To enable:

actioncable['enable'] = true

Configuring the worker pool size

Action Cable uses a separate thread pool to handle the websocket connections. The number of threads can be configured using the actioncable['worker_pool_size'] option.