Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change handling of quasimodo error (#66)
If quasimodo does not return a valid response, instead of emitting an error and retrying a hash, we now emit a warning and do not try the hash again. This is just a hotfix. To solve the underlying issue, we should - add error handling using custom exceptions - let tests fail gracefully by removing hashes after some retries - find the bug in how we call quasimodo
- Loading branch information