zeus icon indicating copy to clipboard operation
zeus copied to clipboard

better 'retry job' behavior

Open dcramer opened this issue 8 years ago • 3 comments

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 avatar Oct 04 '17 05:10 dcramer

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 avatar Nov 07 '17 00:11 dcramer

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

dcramer avatar Nov 07 '17 03:11 dcramer

This has already been solved with #44, no?

jan-auer avatar Nov 16 '17 09:11 jan-auer