Maxime Therreault
Maxime Therreault
There are few wrong examples with invalid namespace `nameSelector` attribute missing the intermediate `matchNames` attribute: - https://github.com/flant/shell-operator/blob/v1.0.4/HOOKS.md?plain=1#L262 - https://github.com/flant/shell-operator/blob/v1.0.4/HOOKS.md?plain=1#L278 - https://github.com/flant/shell-operator/blob/v1.0.4/HOOKS.md?plain=1#L801
https://github.com/timescale/timescaledb-extras/blob/52443a469a58d3f64a4e049889f468e8a149cc8f/migrate.sql#L119-L120 The conversion of the batch time interval as epoch to microseconds uses a multiplication by 1e5 instead of 1e6.