Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More efficient active tasks for request listing #2160

Merged
merged 2 commits into from
Jan 4, 2021

Conversation

ssalinas
Copy link
Member

@ssalinas ssalinas commented Jan 4, 2021

Untangled a bit of code from when the active task parent used to be consolidated instead of split by request id. The very I thought would be more stable actually scaled zk call count with number of requests instead of number of tasks for the request being queried. Since the active tasks are split unlike the old setup a year+ ago, this can actually be always a single zk call for active tasks for a request

@ssalinas ssalinas added the staging Merged to staging branch label Jan 4, 2021
@pschoenfelder
Copy link
Contributor

🚢

@ssalinas ssalinas merged commit 684cd2b into master Jan 4, 2021
@ssalinas ssalinas deleted the more_efficient_active_tasks branch January 4, 2021 21:23
@ssalinas ssalinas added this to the 1.4.0 milestone Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staging Merged to staging branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants