Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 653 for Waking (0.25 sec)

  1. pilot/pkg/trustbundle/trustbundle.go

    	ticker := time.NewTicker(pollInterval)
    	defer ticker.Stop()
    	for {
    		select {
    		case <-ticker.C:
    			trustBundleLog.Infof("waking up to perform periodic checks")
    			tb.fetchRemoteTrustAnchors()
    		case <-stop:
    			trustBundleLog.Infof("stop processing endpoint trustAnchor updates")
    			return
    		case <-tb.endpointUpdateChan:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. schema/naming.go

    }
    
    // Replacer replacer interface like strings.Replacer
    type Replacer interface {
    	Replace(name string) string
    }
    
    var _ Namer = (*NamingStrategy)(nil)
    
    // NamingStrategy tables, columns naming strategy
    type NamingStrategy struct {
    	TablePrefix         string
    	SingularTable       bool
    	NameReplacer        Replacer
    	NoLowerCase         bool
    	IdentifierMaxLength int
    }
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 03:46:59 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/workerApi/md5ProcessIsolation/kotlin/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 49 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/workerApi/md5ProcessIsolation/groovy/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/workerApi/md5ClassloaderIsolation/kotlin/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/workerApi/md5NoIsolation/groovy/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/workerApi/md5NoIsolation/kotlin/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/workerApi/md5ClassloaderIsolation/groovy/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/workerApi/md5CustomTask/groovy/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/workerApi/md5CustomTask/kotlin/src/hawking.txt

    Octavia Togami <******@****.***> 1711639919 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:36:36 UTC 2024
    - 48 bytes
    - Viewed (0)
Back to top