Hi list,

I have a continuous query that is group by 5m with the following 
configuration in influxdb.

[continuous_queries]
  log-enabled = true
  enabled = true
  recompute-previous-n = 2
  recompute-no-older-than = "15m0s"
  compute-runs-per-interval = 10
  compute-no-more-than = "2m30s"

I would aspect to run it every 2m30s as per documentation 5m/10 < 2m30s and 
also do one iteration for time now() and 2 for previous intervals, 2*5 < 
15m0s  but in the logs i see 

[continuous_querier] 2016/08/25 00:15:00 executing continuous query 
cq_total_network_5m (2016-08-25 00:10:00 +0100 BST to 2016-08-25 00:15:00 
+0100 BST)
[continuous_querier] 2016/08/25 00:20:00 executing continuous query 
cq_total_network_5m (2016-08-25 00:15:00 +0100 BST to 2016-08-25 00:20:00 
+0100 BST)

Is the log not reflecting the behind the scene work done , or my 
understanding is wrong.running v0.13.0

Please help.

Thx,
Catalin 

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/a6bf0377-c12c-4f73-8611-55a3fa509ab5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to