Skip to content
You are reading Hyperledger Besu development version documentation and some displayed features may not be available in the stable release. You can switch to stable version using the version box at screen bottom.
Date of last update: August 8, 2022

Use Quorum Hibernate

Quorum Hibernate is a proxy that monitors a node’s API traffic and hibernates the node when inactive. This reduces infrastructure costs by ensuring only nodes receiving API requests or nodes required to establish consensus are running.

Quorum Hibernate wakes up hibernating nodes:

  • When a new transaction or API request is received.
  • To allow it to periodically sync with the network.