Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2241#discussion_r158194932 --- Diff: storm-client/src/jvm/org/apache/storm/StormTimer.java --- @@ -193,6 +210,24 @@ public void run() { }); } + /** + * Schedule a function to run recurrently + * @param delayMs the number of seconds to delay before running the function --- End diff -- the unit is not seconds but milliseconds.
---