zeebe-client-node-js icon indicating copy to clipboard operation
zeebe-client-node-js copied to clipboard

Feature: Adaptive Backpressure

Open jwulf opened this issue 3 years ago • 2 comments

Expected Behavior

Adaptive backpressure - the client uses a sliding window to detect:

  • the responsiveness of the gateway,
  • the current volume of jobs,
  • the average job completion time in the worker,
  • backpressure from the broker

jwulf avatar Sep 18 '20 06:09 jwulf

/lm add enhancement

celanthe avatar Mar 02 '21 20:03 celanthe

The Java client currently backs off the job worker on GRPC_ERROR_8 Backpressure error from the server.

jwulf avatar Sep 21 '22 22:09 jwulf

Not going to implement at this stage.

jwulf avatar Oct 20 '23 07:10 jwulf