Brian Thorne
Brian Thorne
In some cases a partial mapping between two datasets may be already known. We should enable analysts to provide that information - ideally as similarity scores - and the solver...
We add some basic rate limiting in our nginx container, and it is also possible and normal for a kubernetes deployment to have rate limiting applied on a ingress resource....
The json returned from the run status endpoint (and probably other endpoints) on json validation error isn't conforming to our json schema specification Example error: ``` { 'detail': "2.0 is...
It seems to be usual practice to separate helm charts from the code for the containers they deploy. The chart could ideally be automatically tested against new releases of the...
This race condition occured while running the integration tests [here](https://dev.azure.com/data61/Anonlink/_build/results?buildId=335&view=ms.vss-test-web.build-test-results-tab). At first glance it seems like the celery worker correctly threw a DB exception in the `compute_filter_similarity` task, leading to...
This issue is to either modify the mapping output type to include the similarity score for the link. Or to add another output type that includes this score. Might mean...
On a tagged commit the CI/CD system should push docker images with the correct version.
When a run is created a task is added to the celery queue to *chunk* the similarity scoring work into multiple tasks - which are added to the same celery...
@wilko77 I noticed your [comment](https://github.com/data61/anonlink-entity-service/pull/379#issuecomment-502540424) that the testing deployment was down and had a look to see what was going on. The anonlink-entity-service `v1.11.0` has a traceback in the logs:...