This will likely be done with to move to a custom Job class. The idea would be to:
- fingerprint (read: hash) the job submission
- lookup this hash in blazegraph
- a. If found, rebuild the results from the graph
- b. If not, run the job and tag the hash onto the results.
This will likely be done with to move to a custom Job class. The idea would be to: