Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Restart a cancelled/failed task #49

Open
thoas opened this issue Sep 4, 2015 · 1 comment
Open

Restart a cancelled/failed task #49

thoas opened this issue Sep 4, 2015 · 1 comment

Comments

@thoas
Copy link
Contributor

thoas commented Sep 4, 2015

Currently, there is no way to restart a cancelled or a failed task.

We can implement this feature by using the same pattern as the task cancellation.

Opinions?

@dcramer
Copy link
Member

dcramer commented Sep 7, 2015

IMO restart would be recreate to avoid losing logs/etc (and avoid needing to delete them). I'm open to ideas on how to add that to the API, but generally I imagine it'd be something like POST [task_details_endpoint]?rebuild=1 and that'd return the new build

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants