Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

better 'retry job' behavior #31

Open
dcramer opened this issue Oct 4, 2017 · 3 comments
Open

better 'retry job' behavior #31

dcramer opened this issue Oct 4, 2017 · 3 comments

Comments

@dcramer
Copy link
Member

dcramer commented Oct 4, 2017

we need to decide what to do when a job is retried

simplest/most accurate answer would be to orphan the job (or just straight up delete it), and create new rows for it. if we orphaned it we could still track its visibility and build, but it wouldn't show up in the UI, and its build number would need reclaimed

@dcramer
Copy link
Member Author

dcramer commented Nov 7, 2017

I think I'm good with adding something like 'orphaned = True/False' in the db to resolve this. It's easier than removing rows.

@dcramer
Copy link
Member Author

dcramer commented Nov 7, 2017

internally it seems travis just clears the results and re-uses the same ID -- lets just take the same approach

@jan-auer
Copy link
Member

This has already been solved with #44, no?

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

No branches or pull requests

2 participants