-
Investigate the following errors. They may be caused by a recent network outage but may as well be not. There are two failed `ProcessVolumeDelphiJob`s in the queue which are related to this.
```
[…
-
```
[2019-08-12 07:46:18] production.ERROR: SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "label_tree_versions_name_label_tree_id_unique"
DETAIL: Key (…
-
e.g. https://biigle.de/videos/102?x=658&y=628&r=146&t=4 no video is shown.
-
With the planned version tracking of label trees (biigle/label-trees#31), it could be possible to associate each annotation wit a specific version of a label. This way, the annotation would remain unc…
-
Currently the project thumbnail in the global search is only taken from the volumes of the project. If there are no volumes, it should be taken from a video instead. The same applies to the dashboard …
-
Deletion of a project with large volumes (e.g. ID: 175) takes so long that a gateway timeout error occurs. Fix this by speeding up the deletion.
-
-
Integrate the prototype in BIIGLE if possible. We could use the media type of a volume to decide if BIIGLE should switch to "image annotation mode" or to "video annotation mode". The critical question…
-
Use storage disks for everything, so object storage can be used instead of a local disk. Check if Swift can handle a few million objects in a single container first ([ref](https://stackoverflow.com/a/…
-
When we still performed authorization on the image thumbnails, we put the DB query to permanent (30s) cache to speed things up:
https://github.com/BiodataMiningGroup/biigle-core/blob/189e7daf4e292d…