microsoft / onefuzz

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

Support for an optional reason when deleting a task or job #3390

Open jagunter opened 1 year ago

jagunter commented 1 year ago

There is currently not a way to record why a job or task is being stopped. For example, we have some logic in our fuzzer deployment pipeline to search out currently running jobs that match the job about to be deployed; if found, we stop the running job before deploying the new job. It would be useful if we were able to annotate the stopped job with the reason it was stopped, e.g. "Replacing this job with job "

AB#164075