Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/watcher/server/np_ready/models/action_st…
Browse files Browse the repository at this point in the history
…atus/action_status.js

Co-Authored-By: Jean-Louis Leysens <jloleysens@gmail.com>
  • Loading branch information
alisonelizabeth and jloleysens committed Jan 21, 2020
1 parent 2d32f53 commit 5f08e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class ActionStatus {
return ACTION_STATES.ACKNOWLEDGED;
}

// A user could potentionally land in this state if running on multiple nodes and timing is off
// A user could potentially land in this state if running on multiple nodes and timing is off
if (ackState === 'acked' && this.lastAcknowledged < this.lastExecution) {
return ACTION_STATES.ERROR;
}
Expand Down

0 comments on commit 5f08e61

Please sign in to comment.