Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Jan 7, 2025
1 parent 52aea09 commit ced1f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export abstract class ActionRunner {
// create task to check result with some delay, this runs in case of kibana crash too
this.checkTaskId = await this.createCheckResultTask();

// intentionally skipping await, we want the API to return quickly with taskId, and let the scheduled task run async
// intentionally skipping await, we want the API to return quickly with actionId, and let the scheduled task run async
withSpan({ name: this.getActionType(), type: 'action' }, () =>
this.processAgentsInBatches()
.then(async () => {
Expand Down

0 comments on commit ced1f3e

Please sign in to comment.