microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

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

Closed stishkin closed 9 months ago

stishkin commented 9 months ago

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

chkeita commented 9 months ago

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 commented 9 months ago

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