Add clarifying comment

This commit is contained in:
Iván Ovejero 2024-11-07 17:17:35 +01:00
parent ea04ee23ed
commit 6ffeb0643e
No known key found for this signature in database

View file

@ -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() {