Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for shutdown (0.07 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Fix /readyz to return error immediately after a shutdown is initiated, before the --shutdown-delay-duration has elapsed. ([#88911](https://github.com/kubernetes/kubernetes/pull/88911), [@tkashem](https://github.com/tkashem)) [SIG API Machinery]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    ## 0.93.0
    
    ### Features
    
    * ✨ Add support for `lifespan` async context managers (superseding `startup` and `shutdown` events). Initial PR [#2944](https://github.com/tiangolo/fastapi/pull/2944) by [@uSpike](https://github.com/uSpike).
    
    Now, instead of using independent `startup` and `shutdown` events, you can define that logic in a single function with `yield` decorated with `@asynccontextmanager` (an async context manager).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Settimeofday(*Timeval) error
    pkg syscall (freebsd-arm64), func Setuid(int) error
    pkg syscall (freebsd-arm64), func Shutdown(int, int) error
    pkg syscall (freebsd-arm64), func SlicePtrFromStrings([]string) ([]*uint8, error)
    pkg syscall (freebsd-arm64), func Socket(int, int, int) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Settimeofday(*Timeval) error #53466
    pkg syscall (freebsd-riscv64), func Setuid(int) error #53466
    pkg syscall (freebsd-riscv64), func Shutdown(int, int) error #53466
    pkg syscall (freebsd-riscv64), func SlicePtrFromStrings([]string) ([]*uint8, error) #53466
    pkg syscall (freebsd-riscv64), func Socket(int, int, int) (int, error) #53466
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  5. RELEASE.md

        not reload checkpoints for evaluation.
    *   `RunConfig` now sets device_filters to restrict how workers and PS can
        communicate. This can speed up training and ensure clean shutdowns in some
        situations. But if you have jobs that require communication between workers,
        you will have to set custom session_options in your `RunConfig`.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top