Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initLicenseUpdateJob (0.22 sec)

  1. cmd/server-main.go

    		bootstrapTrace("newBatchJobPool", func() {
    			globalBatchJobPool = newBatchJobPool(GlobalContext, newObject, 100)
    		})
    
    		// Initialize the license update job
    		bootstrapTrace("initLicenseUpdateJob", func() {
    			initLicenseUpdateJob(GlobalContext, newObject)
    		})
    
    		go func() {
    			// Initialize transition tier configuration manager
    			bootstrapTrace("globalTierConfigMgr.Init", func() {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 15:54:03 GMT 2024
    - 34.9K bytes
    - Viewed (1)
Back to top