JasonMathison

Results 3 comments of JasonMathison

We just ran into a similar issue while trying to use this library with Azure AD. Azure Patch requests are sending operations of "Replace" and "Add" instead of "replace" and...

We ended up preprocessing the patch messages in order to work around issues like this. So in this case we look for "Replace" or "Add" operations and change them to...

To verify we understand. We now consider SQS response codes >= 500 retry-able. Is that what our code is expected to do?