Project

Profile

Help

Story #832

Updated by dkliban@redhat.com about 9 years ago

Our upgrade instructions tell users to cancel all running tasks. This requires a user to look through the list of tasks and determine which ones are actually running or waiting. Only then can a user start issuing individual requests for each task. Affording a user to cancel all tasks in RUNNING or WAITING state with a single request would be a much better user experience. The acceptance criteria for this story include the following: 

 - '/pulp/api/v2/tasks' API endpoint needs end point to accept a DELETE request. This action should cancel all tasks in RUNNING or WAITING state 
 - 'pulp-admin tasks cancel --all-running-tasks' command 
 - Documentation about the API and CLI 
 - Release notes about the new feature or maybe just mention it in the upgrade instructions?

Back