Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 509 for task3 (0.02 sec)

  1. docs/en/docs/tutorial/middleware.md

    1. * Then it returns the **response**.
    2.  
    3. /// note | "Technical Details"
    4.  
    5. If you have dependencies with `yield`, the exit code will run *after* the middleware.
    6.  
    7. If there were any background tasks (documented later), they will run *after* all the middleware.
    8.  
    9. ///
    10.  
    11. ## Create a middleware
    12.  
    13. To create a middleware you use the decorator `@app.middleware("http")` on top of a function.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/list.md

    1. | `minio_node_ilm_transition_active_tasks` | Number of active ILM transition tasks. |
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:48:51 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  3. build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/UpdateReleasedVersionsTest.groovy

    1. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    2. * See the License for the specific language governing permissions and
    3. * limitations under the License.
    4. */
    5.  
    6. package gradlebuild.buildutils.tasks
    7.  
    8. import gradlebuild.buildutils.model.ReleasedVersion
    9. import gradlebuild.buildutils.model.ReleasedVersions
    10. import spock.lang.Specification
    11.  
    12. import java.text.SimpleDateFormat
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  4. .github/bot_config.yml

    1. * It has an added advantage since you can you easily switch to different hardware accelerators (cpu, gpu, tpu) as per the task.
    2. * All you need is a good internet connection and you are all set.
    3. * Try to build TF from sources by changing CPU optimization flags.
    4. *Please let us know if this helps.*
    5. windows_comment: >
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Jul 15 05:00:54 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

    1. text(
    2. "profiler",
    3. defaultProfiler,
    4. display = ParameterDisplay.PROMPT,
    5. allowEmpty = false,
    6. description = "Command line option for the performance test task to enable profiling. For example `async-profiler`, `async-profiler-heap`, `async-profiler-all` or `jfr`. Use `none` for benchmarking only."
    7. )
    8. }
    9.  
    10. object AdHocPerformanceScenarioLinux : AdHocPerformanceScenario(Os.LINUX)
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 03 06:45:18 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. scripts/mkdocs_hooks.py

    1. from mkdocs.structure.pages import Page
    2.  
    3. non_translated_sections = [
    4. "reference/",
    5. "release-notes.md",
    6. "fastapi-people.md",
    7. "external-links.md",
    8. "newsletter.md",
    9. "management-tasks.md",
    10. "management.md",
    11. ]
    12.  
    13.  
    14. @lru_cache
    15. def get_missing_translation_content(docs_dir: str) -> str:
    16. docs_dir_path = Path(docs_dir)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 21:20:31 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/ExecutionError.java

    1. import javax.annotation.CheckForNull;
    2.  
    3. /**
    4. * {@link Error} variant of {@link java.util.concurrent.ExecutionException}. As with {@code
    5. * ExecutionException}, the error's {@linkplain #getCause() cause} comes from a failed task,
    6. * possibly run in another thread. That cause should itself be an {@code Error}; if not, use {@code
    7. * ExecutionException} or {@link UncheckedExecutionException}. This allows the client code to
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Mar 07 17:52:19 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. cmd/notification.go

    1. // the same overall task.
    2. //
    3. // A zero NotificationGroup is valid and does not cancel on error.
    4. type NotificationGroup struct {
    5. workers *workers.Workers
    6. errs []NotificationPeerErr
    7. retryCount int
    8. }
    9.  
    10. // WithNPeers returns a new NotificationGroup with length of errs slice upto nerrs,
    11. // upon Wait() errors are returned collected from all tasks.
    12. func WithNPeers(nerrs int) *NotificationGroup {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 16:58:30 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  9. okhttp-android/src/main/baseline-prof.txt

    1. HSPLokhttp3/internal/concurrent/TaskQueue;->schedule$default(Lokhttp3/internal/concurrent/TaskQueue;Lokhttp3/internal/concurrent/Task;JI)V
    2. HSPLokhttp3/internal/concurrent/TaskQueue;->schedule(Lokhttp3/internal/concurrent/Task;J)V
    3. HSPLokhttp3/internal/concurrent/TaskQueue;->scheduleAndDecide$okhttp(Lokhttp3/internal/concurrent/Task;JZ)Z
    4. HSPLokhttp3/internal/concurrent/TaskQueue;->shutdown()V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  10. docs/metrics/v3.md

    1. | `minio_cluster_ilm_transition_active_tasks` | Number of active ILM transition tasks. <br><br>Type: gauge | `server` |
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 02 22:30:11 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top