Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Calls taking tremendous amount of time #1228

Copy link
Copy link
@TrimPeachu

Description

@TrimPeachu
Issue body actions

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
Reactions are currently unavailable

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.