Skip to content

advanced_mode flag is not passed to underlying request method preventing handling of 429 rate limit #1241

Closed
@2ps

Description

@2ps

several methods of atlassian.rest_client.AtlassianRestAPI, like the post method, do not propagate the advanced_mode flag to the underlying request method. Because that flag is not propagated to the underlying call, rate limit exceptions are thrown and graceful handling of a 429 status code by using the response headers is not possible.

Proposed fix: pass the advanced_mode flag passed into functions like post to the underlying request method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions