Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconsider how reports are stored in REST API in non-distributed mode #150

Open
clenk opened this issue Aug 28, 2018 · 0 comments
Open

Reconsider how reports are stored in REST API in non-distributed mode #150

clenk opened this issue Aug 28, 2018 · 0 comments
Labels

Comments

@clenk
Copy link
Contributor

clenk commented Aug 28, 2018

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.

@clenk clenk added the bug label Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant