Skip to content

feat: 馃幐 Configurable timeouts in RPC connector

use properties:

  • perun.rpc.connectionRequestTimeout (def: 30 000ms) - how long we can wait until we get connection from pool
  • perun.rpc.connectionTimeout (def: 30 000ms) - how long we can wait until connection is established
  • perun.rpc.responseTimeout (def: 60 000ms) - how long we can wait for response

Merge request reports

Loading