Nils Petzäll
Nils Petzäll
https://github.com/vgrem/Office365-REST-Python-Client/blob/9584c62c9c4237107fb5ab2dc11629b8f1184b57/office365/runtime/client_runtime_context.py#L43-L71 If the last attempt fails with a `ClientRequestException` it will still re-queue the query. But it will never consume it, since line 63 would never be called again. Unless...
https://github.com/vgrem/Office365-REST-Python-Client/blob/9584c62c9c4237107fb5ab2dc11629b8f1184b57/office365/sharepoint/client_context.py#L235 It calls https://github.com/vgrem/Office365-REST-Python-Client/blob/9584c62c9c4237107fb5ab2dc11629b8f1184b57/office365/runtime/client_runtime_context.py#L43 Which iterates with a sleep and a sleep that uses a method argument, so I don't see how that sleep could be dynamic. Python isn't my...