You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2020/05/24 21:38:00 UTC

[jira] [Created] (FLINK-17904) Add "scheduleWithFixedDelay" to ProcessingTimeService

Stephan Ewen created FLINK-17904:
------------------------------------

             Summary: Add "scheduleWithFixedDelay" to ProcessingTimeService
                 Key: FLINK-17904
                 URL: https://issues.apache.org/jira/browse/FLINK-17904
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Task
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen


Adding {{"scheduleWithFixedDelay(...)"}} to {{ProcessingTimeService}} better support cases where fired timers are backed up. Rather than immediately firing again, they would wait their scheduled delay.

The implementation can be added in ProcessingTimeService in the exact same way as {{"scheduleAtFixedRate"}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)