Skip to content

Commit

Permalink
Revert "[Response Ops][Task Manager] Setting task status directly to …
Browse files Browse the repository at this point in the history
…`running` in `mget` claim strategy (elastic#191669)"

This reverts commit ba0485e.
  • Loading branch information
ymao1 committed Sep 6, 2024
1 parent 9a187df commit 689f227
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 367 deletions.
89 changes: 0 additions & 89 deletions x-pack/plugins/task_manager/server/lib/get_retry_at.test.ts

This file was deleted.

79 changes: 0 additions & 79 deletions x-pack/plugins/task_manager/server/lib/get_retry_at.ts

This file was deleted.

1 change: 0 additions & 1 deletion x-pack/plugins/task_manager/server/polling_lifecycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export class TaskPollingLifecycle implements ITaskEventEmitter<TaskLifecycleEven
usageCounter: this.usageCounter,
eventLoopDelayConfig: { ...this.config.event_loop_delay },
allowReadingInvalidState: this.config.allow_reading_invalid_state,
strategy: this.config.claim_strategy,
});
};

Expand Down
Loading

0 comments on commit 689f227

Please sign in to comment.