Initiate rebalancing.
Initiate immediate rebalancing of the pipeline. Normally rebalancing is initiated automatically when the drift in the size of joined relations exceeds a threshold. This endpoint forces the balancer to reevaluate and apply an optimal partitioning policy regardless of the threshold.
This operation is a no-op unless the adaptive_joins feature is enabled in dev_tweaks.
| Path Parameters |
|---|
pipeline_name string — REQUIREDUnique pipeline name |
| Responses | ||||
|---|---|---|---|---|
200Rebalancing started successfully | ||||
404Pipeline with that name does not exist
| ||||
500
|