Actions
Refactor #28889
closedRefactor task actions to use Foreman interval middleware
Description
In webpack/scenes/Tasks/TaskActions.js, there are 2 functions that use API polling - pollBulkSearch and pollTaskUntilDone.
(On the previous refactor for async/await, pollTaskUntilDone was skipped due to the complexity of the function)
These should be refactored to take advantage of the new Interval middleware and API middleware in Foreman.
Updated by John Mitsch almost 5 years ago
- Assignee set to Jeremy Lenz
- Target version set to Katello Backlog
- Triaged changed from No to Yes
Updated by Jeremy Lenz over 3 years ago
- Status changed from New to Closed
this was already implemented a while back by jturel
Actions