v.1.0.5

Improvements:

  1. Add influx monitoring, see monitoring.

  2. Extraction requests now are done with batching (8 images per request) in Additional Extract tasks

  3. Add route tasks/{taskId}/errors/count with method GET to get task error count by task id

Bugs fixed:

  1. Fix clusterization reporter execution with non exists images

  2. Fix tests failures in empty database

  3. Update documentation for tasks/errors/count, add filter parameters: task_ids, error_ids, error_code

How to update from previous version:

To update from previous version simply replace folders docs, luna_tasks, tests and update dependencies from requirements.txt. Run alembic migration (configure ‘alembic_config.py’)

alembic upgrade head