influxdb/services/continuous_querier
Jonathan A. Sternberg 0730573e27 Fix running multiple CQs with the same name
Previously, CQs with the same name would be stored in the last run map
the same way. This caused only one of the CQs to run because after the
first one ran it would update the last run time for all CQs with the
same name.

Add the database name to the CQ ID in the last run map to differentiate
between CQs in different databases.

Fixes #5814.
2016-02-24 12:23:52 -05:00
..
config.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
continuous_queries.md Tidy up README 2016-02-10 11:50:42 +00:00
service.go Fix running multiple CQs with the same name 2016-02-24 12:23:52 -05:00
service_test.go refactor query executor 2016-02-17 15:13:56 -07:00