0730573e27
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. |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
continuous_queries.md | ||
service.go | ||
service_test.go |