Skip to content

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.

4 participants