mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 00:24:07 -08:00
Add clarifying comment
This commit is contained in:
parent
ea04ee23ed
commit
6ffeb0643e
|
@ -47,6 +47,8 @@ export class TaskRunnerModule {
|
||||||
|
|
||||||
await this.loadTaskManager();
|
await this.loadTaskManager();
|
||||||
await this.loadTaskRunnerServer();
|
await this.loadTaskRunnerServer();
|
||||||
|
|
||||||
|
// we defer starting the runner until the broker receives a task request
|
||||||
}
|
}
|
||||||
|
|
||||||
async stop() {
|
async stop() {
|
||||||
|
|
Loading…
Reference in a new issue