mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -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.loadTaskRunnerServer();
|
||||
|
||||
// we defer starting the runner until the broker receives a task request
|
||||
}
|
||||
|
||||
async stop() {
|
||||
|
|
Loading…
Reference in a new issue