- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 509 for task1 (0.03 sec)
-
android/guava-tests/benchmark/com/google/common/util/concurrent/ExecutionListBenchmark.java
- SECONDS,
- new ArrayBlockingQueue<Runnable>(1000));
- executorService.prestartAllCoreThreads();
- final AtomicInteger integer = new AtomicInteger();
- // Execute a bunch of tasks to ensure that our threads are allocated and hot
- for (int i = 0; i < NUM_THREADS * 10; i++) {
- @SuppressWarnings("unused") // https://errorprone.info/bugpattern/FutureReturnValueIgnored
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 20.5K bytes - Viewed (0) -
go.mod
- github.com/go-logr/stdr v1.2.2 // indirect
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
- github.com/go-openapi/jsonreference v0.21.0 // indirect
- github.com/go-openapi/swag v0.23.0 // indirect
- github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
- github.com/gobwas/glob v0.2.3 // indirect
- github.com/goccy/go-json v0.10.3 // indirect
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 06 06:23:25 UTC 2024 - 10.6K bytes - Viewed (0) -
istioctl/pkg/precheck/precheck.go
- messages.Add(msg.NewUpdateIncompatibility(res,
- "meshConfig.defaultConfig.tracer", "1.21",
- "tracing is no longer by default enabled to send to 'zipkin.istio-system.svc'; "+
- "follow https://istio.io/latest/docs/tasks/observability/distributed-tracing/telemetry-api/",
- "1.21"))
- return nil
- }
- func checkPassthroughTargetPorts(cli kube.CLIClient, messages *diag.Messages) error {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0) -
helm-releases/minio-5.3.0.tgz
service.loadBalancerSourceRa Addresses that are allowed when service is LoadBalancer ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service ## #loadBalancerSourceRa: # - 10.10.10.0/24 loadBalancerSourceRa: [] ## service.externalTrafficPolic minio service external traffic policy ## ref http://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip ## externalTrafficPolic:...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 21.7K bytes - Viewed (0) -
docs/en/docs/contributing.md
- #### Don't Translate these Pages
- 🚨 Don't translate:
- * Files under `reference/`
- * `release-notes.md`
- * `fastapi-people.md`
- * `external-links.md`
- * `newsletter.md`
- * `management-tasks.md`
- * `management.md`
- Some of these files are updated very frequently and a translation would always be behind, or they include the main content from English source files, etc.
- #### New Language
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 12.7K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
- // More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
- // +optional
- repeated string finalizers = 1;
- }
- // NamespaceStatus is information about the current status of a Namespace.
- message NamespaceStatus {
- // Phase is the current lifecycle phase of the namespace.
- // More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
- // +optional
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
cmd/peer-s3-client.go
- // buckets only and not the quourum lost ones like this, so
- // explicit call
- for bktName, count := range bucketsMap {
- if count < quorum {
- // Queue a bucket heal task
- globalMRFState.addPartialOp(PartialOperation{
- Bucket: bktName,
- Queued: time.Now(),
- })
- }
- }
- }
- result := make([]BucketInfo, 0, len(resultMap))
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 22:26:05 UTC 2024 - 15.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
- logger.info("Finished Crawler");
- }
- return Constants.EXIT_OK;
- } catch (final Throwable t) {
- logger.warn("An exception occurs on the crawl task.", t);
- return Constants.EXIT_FAIL;
- } finally {
- pathMappingHelper.removePathMappingList(options.sessionId);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/MoreFilesTest.java
- assertFalse(Files.exists(symlink, NOFOLLOW_LINKS));
- assertTrue(Files.isDirectory(realSymlinkTarget, NOFOLLOW_LINKS));
- }
- }
- /**
- * Starts a new task on the given executor that switches (deletes and replaces) a file between
- * being a directory and being a symlink. The given {@code file} is the file that should switch
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 02:42:09 UTC 2024 - 27.4K bytes - Viewed (0) -
cmd/update.go
- internalLogIf(GlobalContext, err)
- return err == nil
- }
- // MinIO Helm chart uses DownwardAPIFile to write pod label info to /podinfo/labels
- // More info: https://kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#store-pod-fields
- // Check if this is Helm package installation and report helm chart version
- func getHelmVersion(helmInfoFilePath string) string {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 18.7K bytes - Viewed (0)