Skip to content

Commit

Permalink
[ML] Removing assignment_explanation from cloned datafeed (#61224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 25, 2020
1 parent 6803711 commit a6ed84a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ class JobService {
delete tempJob.datafeed_config.state;
delete tempJob.datafeed_config.node;
delete tempJob.datafeed_config.timing_stats;
delete tempJob.datafeed_config.assignment_explanation;

// remove query_delay if it's between 60s and 120s
// the back-end produces a random value between 60 and 120 and so
Expand Down

0 comments on commit a6ed84a

Please sign in to comment.