Skip to content

Is there a way to patch GraphClient to include timeout, retry and backoff? #867

Open
@dekiesel

Description

@dekiesel

I am using GraphClient to connecto to Sharepoint and Planner. I check a long list of local files and compare them to files in SharePoint. If the files don't exist I create them in SharePoint and create a task in planner.

The issue I am facing is that this oftentimes timeouts, even in my unit tests. Is there away to patch the underlying requests object so that I can add timeout, retry and backoff?

The process is supposed to run unattended and these constant timeout issues are hanging the process indefinitely.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions