Hello, I noticed that Storm 0.9.0 allows to set tick tuple frequencies at the millisecond level: https://github.com/nathanmarz/storm/pull/547
However, I tried to use the feature, but, even though the config seems to show the floating point value I specified (3.9 for example), the tick tuple seems to be generated every truncate(float_value) (in this case, every 3 seconds). Does anyone have experienced the same issue? Should I open an issue on Apache JIRA?
