Skip to content

templates/issue: do not queue stats requests

Piotr Kira requested to merge improve_sending_requests_issue into master

Currently when new stats request is made and another one is still in progress we queue new one. I think we should just cancel the old one and process the new request so users would see results sooner.

Merge request reports