Actions
Bug #13025
openOpening then closing a content view page with a failed publish continually hits server
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Description
POST "/foreman_tasks/api/tasks/bulk_search" is called repeatedly when opening a content view details page that has a failed publish. To be honest, if the state of the task is not an active one (running?) it probably doesn't make sense to poll. That aside, when the details page is closed, returning the UI to the full list, the POST call continues in the background. This results in unnecessary server traffic.
Actions