Skip to main content

subscriber_loop

Function subscriber_loop 

Source
async fn subscriber_loop(
    gcp: Arc<GcpApiClient>,
    config: Config,
    armed: Arc<Mutex<ArmedPools>>,
)
Expand description

Pulls GKE cluster notifications from the Pub/Sub subscription forever, arming node pools when they start upgrading.