Skip to content

Commit

Permalink
set executionReady to true when ex is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Aug 16, 2024
1 parent d11a94e commit a8163f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ export class ExecutionController {
this.logger.info(`execution: ${this.exId} initialized execution_controller`);

this.isInitialized = true;
/// This will change the '/ready' endpoint to Ready
this.server.executionReady = true;
}

async run() {
Expand Down

0 comments on commit a8163f8

Please sign in to comment.