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

Failed job template submission should not result in "zombie" jobs #3563

Closed
stishkin opened this issue Oct 10, 2023 · 2 comments · Fixed by #3608
Closed

Failed job template submission should not result in "zombie" jobs #3563

stishkin opened this issue Oct 10, 2023 · 2 comments · Fixed by #3608
Assignees
Labels
bug Something isn't working

Comments

@stishkin
Copy link
Contributor

stishkin commented Oct 10, 2023

Right now if azcopy fails during job submission - the OneFuzz CLI creates a "zombie" job and returns az copy stderr as error.

OneFuzz CLI should not create zombie jobs

AB#167576

@stishkin stishkin added the bug Something isn't working label Oct 10, 2023
@chkeita
Copy link
Contributor

chkeita commented Oct 11, 2023

az_copy already has an internal mechanism for rertying on network errors, timeouts and server errors.
https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-configure#log-and-plan-files

@chkeita
Copy link
Contributor

chkeita commented Oct 27, 2023

Renaming this to focus on no having zombie jobs instead of having a retry logic on top of az_copy

@chkeita chkeita changed the title OneFuzz CLI should retry file upload on AzCopy failures Failed job template submission should not result in "zombie" jobs Oct 27, 2023
@chkeita chkeita self-assigned this Oct 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants