influxdb/query/control
Jonathan A. Sternberg ff8c9cfb34 fix(query/control): cancel the enqueue of a query if the context finishes
If a query is attempting to be enqueued and it gets canceled, it will
now stop attempting to add it to the new queries queue and return the
error reported by the context. This allows the http server to cancel a
running query when the client disconnects for whatever reason without
continuing to attempt to process the canceled query.
2018-07-18 15:37:25 -05:00
..
controller.go fix(query/control): cancel the enqueue of a query if the context finishes 2018-07-18 15:37:25 -05:00
controller_test.go fix(query/control): cancel the enqueue of a query if the context finishes 2018-07-18 15:37:25 -05:00
metrics.go feat: Add query statistics 2018-07-17 09:16:27 -06:00
queue.go initial copy of ifql repo 2018-05-21 15:18:56 -06:00