Help us learn about your current experience with the documentation. Take the survey.

Action Cable

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab Self-Managed

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.