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

Job fingerprinting #249

Open
kevinkle opened this issue Nov 15, 2017 · 2 comments
Open

Job fingerprinting #249

kevinkle opened this issue Nov 15, 2017 · 2 comments
Milestone

Comments

@kevinkle
Copy link
Member

This will likely be done with to move to a custom Job class. The idea would be to:

  1. fingerprint (read: hash) the job submission
  2. lookup this hash in blazegraph
  3. a. If found, rebuild the results from the graph
  4. b. If not, run the job and tag the hash onto the results.
@kevinkle
Copy link
Member Author

This is effectively the solution to #204 . But will keep both open in case this approach doesn't work as intended.

@kevinkle kevinkle added this to the v6.0.0 milestone Dec 24, 2017
@kevinkle kevinkle modified the milestones: v6.0.0, v6.2.0 Feb 19, 2018
@kevinkle
Copy link
Member Author

Fingerprints in https://github.com/superphy/spfy/releases/tag/v6.2.0 are deterministic. We're going to do it as described above, but also use redis as an buffer.

@kevinkle kevinkle modified the milestones: v6.2.0, v6.2.1 Mar 21, 2018
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

No branches or pull requests

1 participant