- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 192 for worker2 (0.04 sec)
-
docs/ru/docs/deployment/concepts.md
Но во многих случаях вы захотите одновременно запустить несколько процессов‑воркеров. ### Несколько процессов — Воркеры { #multiple-processes-workers }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 11:24:39 UTC 2025 - 29.6K bytes - Viewed (0) -
docs/en/docs/_llm-test.md
* the task * the background task * the task function * the template * the template engine * the type annotation * the type hint * the server worker * the Uvicorn worker * the Gunicorn Worker * the worker process * the worker class * the workload * the deployment * to deploy * the SDK * the software development kit * the `APIRouter` * the `requirements.txt`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 14:48:47 UTC 2025 - 11.4K bytes - Viewed (0) -
docs/pt/docs/deployment/concepts.md
Mas em muitos casos, você desejará executar vários processos de trabalho ao mesmo tempo. ### Processos Múltiplos - Trabalhadores { #multiple-processes-workers }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 20.5K bytes - Viewed (0) -
internal/event/targetlist.go
return } } }() } wk.Wait() } var startOnce sync.Once // Init initialize target send workers. func (list *TargetList) Init(workers int) *TargetList { startOnce.Do(func() { go list.startSendWorkers(workers) }) return list } // NewTargetList - creates TargetList. func NewTargetList(ctx context.Context) *TargetList { list := &TargetList{
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/de/llm-prompt.md
* «the tag»: «der Tag» * «the type annotation»: «die Typannotation» * «the type hint»: «der Typhinweis» * «the wildcard»: «die Wildcard» * «the worker class»: «die Workerklasse» * «the worker class»: NOT «die Arbeiterklasse» * «the worker process»: «der Workerprozess» * «the worker process»: NOT «der Arbeiterprozess» * «to commit»: «committen» * «to deploy» (in the cloud): «deployen» * «to modify»: «ändern»
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 09:39:53 UTC 2025 - 11.9K bytes - Viewed (0) -
.teamcity/src/test/kotlin/BuildTypeTest.kt
val gradleStep = CompileAll(buildModel, buildModel.stages[0]).steps.getGradleStep(GRADLE_RUNNER_STEP_NAME) assertEquals( listOf( "-Dorg.gradle.workers.max=%maxParallelForks%", "-PmaxParallelForks=%maxParallelForks%", "-Dorg.gradle.internal.plugins.portal.url.override=%gradle.plugins.portal.url%", "-Dscan.value.tcPipeline=master",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 5.7K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/action/AnnotationGeneratorWorkAction.kt
import org.gradle.api.initialization.Settings import org.gradle.api.invocation.Gradle import org.gradle.api.provider.Property import org.gradle.configuration.DefaultImportsReader import org.gradle.workers.WorkAction import org.gradle.workers.WorkParameters import org.intellij.lang.annotations.Language import java.io.File import java.io.IOException import java.lang.reflect.Method import java.lang.reflect.Type import kotlin.reflect.KClass
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Sun Jul 07 16:02:18 UTC 2024 - 8.1K bytes - Viewed (0) -
cmd/global-heal.go
} // allow overriding this value as well.. if v := globalHealConfig.GetWorkers(); v > 0 { numHealers = uint64(v) } healingLogEvent(ctx, "Healing drive '%s' - use %d parallel workers.", tracker.disk.String(), numHealers) jt, _ := workers.New(int(numHealers)) healEntryDone := func(name string) healEntryResult { return healEntryResult{ entryDone: true, name: name, } }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Apr 04 13:49:12 UTC 2025 - 16.2K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
"\"-Porg.gradle.performance.db.username=%performance.db.username%\"", "-DenableTestDistribution=%enableTestDistribution%", "-Dorg.gradle.workers.max=%maxParallelForks%", "-PmaxParallelForks=%maxParallelForks%", PLUGINS_PORTAL_URL_OVERRIDE, "-Dscan.value.tcPipeline=master", "-s",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/tasks/IncubatingApiReportTask.kt
import org.gradle.api.tasks.PathSensitivity import org.gradle.api.tasks.TaskAction // Using star import to workaround https://youtrack.jetbrains.com/issue/KTIJ-24390 import org.gradle.kotlin.dsl.* import org.gradle.workers.WorkerExecutor import javax.inject.Inject @CacheableTask abstract class IncubatingApiReportTask : DefaultTask() { private val additionalClasspath = project.objects.fileCollection().apply { from(
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Jun 02 09:57:54 UTC 2025 - 2.4K bytes - Viewed (0)