This commit is contained in:
Iván Ovejero 2024-11-07 17:14:25 +01:00
parent 4e3020a100
commit 83c33a43fa
No known key found for this signature in database

View file

@ -569,7 +569,7 @@ export class TaskBroker {
} }
/** /**
* Whether the runner is ready to accept a task, waiting one to launch if needed. * Whether the runner is ready to accept a task, launching one if needed.
* Only for modes where we manage the runner's lifecycle. * Only for modes where we manage the runner's lifecycle.
*/ */
private async isRunnerReady(request: TaskRequest) { private async isRunnerReady(request: TaskRequest) {