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

Performance improvements #53

Merged
merged 3 commits into from
Feb 5, 2018
Merged

Performance improvements #53

merged 3 commits into from
Feb 5, 2018

Conversation

pokonski
Copy link
Contributor

@pokonski pokonski commented Feb 5, 2018

This PR improves performance in 3 places:

  • uses SCAN instead of KEYS to be non-blocking
  • stops serializing jobs into workflow JSON (breaking change but unlikely anyone relied on this)
  • parents_succeeded? is no longer eagerly checking all parents and instead does inverse to look for the first non-succeeded job

@pokonski pokonski merged commit 879df7b into master Feb 5, 2018
@pokonski pokonski deleted the performance-improvements branch February 5, 2018 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant