microsoft / onefuzz

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

When requeuing a message because of ADO_WORKITEM_PROCESSING_DISABLED, we should not increment the retry count. #3556

Closed tevoinea closed 10 months ago

tevoinea commented 11 months ago
          Also I found a bug unrelated to your change but when we receive `ADO_WORKITEM_PROCESSING_DISABLED` and we requeue for a day, we still increment the retry count, which we shouldn't be doing since the work item creation should be 'paused'.

I'll make an issue for that.

_Originally posted by @tevoinea in https://github.com/microsoft/onefuzz/pull/3555#discussion_r1348715529_

AB#167419