microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

stishkin opened this issue · comments

commented

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

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

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