Assign weights to servers based on capacity. A server with weight gets twice the traffic of weight . Use weighted distribution when servers have different specs or when testing new deployments.
Example: During canary releases, send % traffic to new version (weight ) and % to stable (weight ).