AllQ
  • What is AllQueue?
  • Getting Started
  • Install
    • Why AllQueue?
    • Architecture
    • 1. Install AllQueue Server
    • 2. Install AllQueue Client
    • Installation (Quick Start)
  • Foundational Concepts
    • Talking to AllQueue
    • Server/Client
    • Jobs
    • Tubes
    • Persistence
  • Features
    • Autobury Failed Jobs
    • Delayed Jobs/Scheduling
    • Priority
    • Workflow
    • Throttle
    • Fair Queuing
  • Configuration
  • Rest API Usage
  • Scenarios
  • Advanced
    • Docker Configuration Options
    • Federation Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Features

Throttle

Limit TPS for reads from a tube

You can limit how fast clients can read from a tube (in Transactions Per Second), where a transaction is a 'get' from a particular tube.

Once a limit on a tube is set, it will stay throttled until the throttle is set back to 0.

PreviousWorkflowNextFair Queuing

Last updated 5 years ago

Was this helpful?