Skip to content

Calls taking tremendous amount of time #1228

@TrimPeachu

Description

@TrimPeachu

Describe the bug
I am not sure when it began, as I have not run my script for over a month, but for some reason, calls that took a fraction of time now take a huge amount of time. For example, simple populating groups that took 3-5 seconds top now takes over a minute and a half. Also populating permissions to my projects that used to take 1 minute tops now took 22 minutes.
Could you take a look at it?

Versions
Tableau Online
Python 3.9
tsc 0.26

To Reproduce

all_groups = {}
for group in tsc.Pager(self.client.groups):
    self.client.groups.populate_users(group)
    all_groups[group.id] = group

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions