Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newBatchJobPool (0.15 sec)

  1. cmd/server-main.go

    		})
    
    		bootstrapTrace("globalTransitionState.Init", func() {
    			globalTransitionState.Init(newObject)
    		})
    
    		// Initialize batch job pool.
    		bootstrapTrace("newBatchJobPool", func() {
    			globalBatchJobPool = newBatchJobPool(GlobalContext, newObject, 100)
    		})
    
    		// Initialize the license update job
    		bootstrapTrace("initLicenseUpdateJob", func() {
    			initLicenseUpdateJob(GlobalContext, newObject)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (1)
Back to top