Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runLeaseWorker (0.1 sec)

  1. pkg/controller/storageversiongc/gc_controller.go

    	// worker for each of them.
    	// runLeaseWorker handles legit identity lease deletion, while runStorageVersionWorker
    	// handles storageversion creation/update with non-existing id. The latter should rarely
    	// happen. It's okay for the two workers to conflict on update.
    	go wait.UntilWithContext(ctx, c.runLeaseWorker, time.Second)
    	go wait.UntilWithContext(ctx, c.runStorageVersionWorker, time.Second)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top