CapivaraProjects / GYResources

This repository is dedicated to turn available green eyes resources like an API
2 stars 3 forks source link

Estimate number of analysis results #125

Closed WendelHime closed 6 years ago

WendelHime commented 6 years ago

We need to estimate the number of analysis results for Green Eyes application, without it we'll never know when analysis has been finished.

I guess it can be made just adding a counter and increment when add some analysis to Celery and return a dictionary:

{ 'counter': counter, analysis: ...}