Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nThreads (0.07 sec)

  1. pkg/kubelet/kubelet.go

    		}
    	}
    	return nil
    }
    
    // StartGarbageCollection starts garbage collection threads.
    func (kl *Kubelet) StartGarbageCollection() {
    	loggedContainerGCFailure := false
    	go wait.Until(func() {
    		ctx := context.Background()
    		if err := kl.containerGC.GarbageCollect(ctx); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Add docs for correctly [using FastAPI with Peewee ORM](https://fastapi.tiangolo.com/advanced/sql-databases-peewee/). Including how to overwrite parts of Peewee to correctly handle async threads. PR [#789](https://github.com/tiangolo/fastapi/pull/789).
    
    ## 0.45.0
    
    * Add support for OpenAPI Callbacks:
        * New docs: [OpenAPI Callbacks](https://fastapi.tiangolo.com/advanced/openapi-callbacks/).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top