You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see here, the REST API updates the task database before even attempting to store the report in ES. So if any exceptions get raised from the elasticsearch storage handler, it'll still get marked as Complete.
The REST API also has the same thread-related problem as the celery worker in #149.
The text was updated successfully, but these errors were encountered:
As you can see here, the REST API updates the task database before even attempting to store the report in ES. So if any exceptions get raised from the elasticsearch storage handler, it'll still get marked as Complete.
The REST API also has the same thread-related problem as the celery worker in #149.
The text was updated successfully, but these errors were encountered: