Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 247 for Exceeded (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/audit_test.go

    		},
    		"forbidden error": {
    			NewForbidden(attributes(), fmt.Errorf("quota exceeded")),
    			nil,
    			NewForbidden(attributes(), fmt.Errorf("quota exceeded")),
    			nil,
    			true,
    		},
    		"forbidden error with annotations": {
    			NewForbidden(attributes(), fmt.Errorf("quota exceeded")),
    			nil,
    			NewForbidden(attributes(), fmt.Errorf("quota exceeded")),
    			map[string]string{
    				"plugin.example.com/foo": "bar",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. src/context/example_test.go

    			err := waitOnCond(ctx, cond, func() bool { return false })
    			fmt.Println(err)
    		}()
    	}
    	wg.Wait()
    
    	// Output:
    	// context deadline exceeded
    	// context deadline exceeded
    	// context deadline exceeded
    	// context deadline exceeded
    }
    
    // This example uses AfterFunc to define a function which reads from a net.Conn,
    // stopping the read when a context is canceled.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 21 20:24:28 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  3. src/net/http/responsecontroller.go

    		}
    	}
    }
    
    // SetReadDeadline sets the deadline for reading the entire request, including the body.
    // Reads from the request body after the deadline has been exceeded will return an error.
    // A zero value means no deadline.
    //
    // Setting the read deadline after it has been exceeded will not extend it.
    func (c *ResponseController) SetReadDeadline(deadline time.Time) error {
    	rw := c.rw
    	for {
    		switch t := rw.(type) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskTimeoutIntegrationTest.groovy

            and:
            with(result.groupedOutput.task(":block")) {
                assertOutputContains("Requesting stop of task ':block' as it has exceeded its configured timeout of 500ms.")
            }
    
            and:
            taskLogging(":block") == [
                "Requesting stop of task ':block' as it has exceeded its configured timeout of 500ms."
            ]
        }
    
        def "additional logging is emitted when task is slow to stop"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/timeout/TimeoutHandler.java

    import javax.annotation.Nullable;
    import java.time.Duration;
    
    /**
     * Manages timeouts for threads, interrupting them if the timeout is exceeded.
     */
    public interface TimeoutHandler extends Stoppable {
        /**
         * Starts a timeout for the given thread. The thread is interrupted if the given timeout is exceeded.
         * The returned {@link Timeout} object must be used to stop the timeout once the thread has completed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. src/runtime/signal_solaris.go

    	/* 28 */ {_SigNotify, "SIGVTALRM: virtual timer expired"},
    	/* 29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling timer expired"},
    	/* 30 */ {_SigNotify, "SIGXCPU: exceeded cpu limit"},
    	/* 31 */ {_SigNotify, "SIGXFSZ: exceeded file size limit"},
    	/* 32 */ {_SigNotify, "SIGWAITING: reserved signal no longer used by"},
    	/* 33 */ {_SigNotify, "SIGLWP: reserved signal no longer used by"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 20:27:15 UTC 2019
    - 4.5K bytes
    - Viewed (0)
  7. tests/test_custom_middleware_exception.py

                        422,
                        detail={
                            "name": "ContentSizeLimitExceeded",
                            "code": 999,
                            "message": "File limit exceeded",
                        },
                    )
                return message
    
            return inner
    
        async def __call__(self, scope, receive, send):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Aug 25 21:44:40 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/filters/warning.go

    	ordered []recordedWarning
    
    	// written tracks how many runes of text have been added as warning headers
    	written int
    
    	// truncating tracks if we have already exceeded truncateAtTotalRunes and are now truncating warning messages as we add them
    	truncating bool
    
    	// writer is the response writer to add warning headers to
    	writer http.ResponseWriter
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 01 16:14:06 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  9. src/runtime/signal_darwin.go

    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    	/* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
    	/* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
    	/* 28 */ {_SigNotify + _SigIgn, "SIGWINCH: window size change"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:40:19 UTC 2017
    - 2.1K bytes
    - Viewed (0)
  10. src/runtime/signal_dragonfly.go

    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    	/* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
    	/* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
    	/* 28 */ {_SigNotify + _SigIgn, "SIGWINCH: window size change"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:40:19 UTC 2017
    - 2.2K bytes
    - Viewed (0)
Back to top