madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Add a "Retry this task" button #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Action Item:
- In /user/task/<taskid>, add a button "Retry this task".
- The new url endpoint accepts the task_id, fetch the TaskProperties, set 
idempotent to False, then schedule a new task with the same timeouts but with 
the actual logged in user.

This requires a new endpoint, a template update and that's it.

Original issue reported on code.google.com by maruel@chromium.org on 22 Jan 2015 at 1:39

GoogleCodeExporter commented 9 years ago
Perhaps an easier solution is to add a retry command (with proper quoting) 
added to the Help section. This will also allow users to modify dimensions as 
they see fit.

Original comment by serg...@chromium.org on 22 Jan 2015 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 18 Feb 2015 at 1:32