Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 506 Bytes

File metadata and controls

14 lines (10 loc) · 506 Bytes
stage group info
Systems
Distribution
To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

Action Cable (FREE SELF)

Action Cable is a Rails engine that handles websocket connections.

Configuring the worker pool size

Action Cable uses a separate thread pool per Puma worker. The number of threads can be configured using the actioncable['worker_pool_size'] option.