Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxTimeout (0.13 sec)

  1. pkg/scheduler/framework/runtime/framework.go

    				return status.WithPlugin(pl.Name())
    			}
    			if status.IsWait() {
    				// Not allowed to be greater than maxTimeout.
    				if timeout > maxTimeout {
    					timeout = maxTimeout
    				}
    				pluginsWaitTime[pl.Name()] = timeout
    				statusCode = framework.Wait
    			} else {
    				err := status.AsError()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top