mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
Fix typo
This commit is contained in:
parent
4e3020a100
commit
83c33a43fa
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue