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

Stability improvements for sql/zk usage #2158

Merged
merged 8 commits into from
Jan 4, 2021
Merged

Stability improvements for sql/zk usage #2158

merged 8 commits into from
Jan 4, 2021

Conversation

ssalinas
Copy link
Member

Few things here after we experienced some hiccups with persisting:

  • Sort the task persisting by child node count, to take care of more expensive/troublesome parent nodes first
  • Enable spinning up a separate instance that only serves api calls (i.e. a deployment pattern to isolate the scheduler)
  • Optimize the active tasks for request id check
  • make a cheaper HEAD request method to check if a request exists without having to fetch full request + active task data for the request parent object

@ssalinas ssalinas added the staging Merged to staging branch label Dec 21, 2020
@pschoenfelder
Copy link
Contributor

🚢 looks good to me

@mikegajda
Copy link

🚢 LGTM

@ssalinas ssalinas merged commit 43cb189 into master Jan 4, 2021
@ssalinas ssalinas deleted the stability branch January 4, 2021 20:21
@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.

3 participants