v.1.0.5¶
Improvements:¶
Add influx monitoring, see monitoring.
Extraction requests now are done with batching (8 images per request) in Additional Extract tasks
Add route tasks/{taskId}/errors/count with method GET to get task error count by task id
Bugs fixed:¶
Fix clusterization reporter execution with non exists images
Fix tests failures in empty database
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