Re: flink session job retention time

Posted by Andrey Zagrebin-5 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/flink-session-job-retention-time-tp38586p38598.html

Hi Richard,

If you mean the retention of completed jobs, there are following options:
jobstore.cache-size [1]
jobstore.expiration-time [2]
jobstore.max-capacity [3]

Best,
Andrey

[1] https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/config.html#jobstore-cache-size
[2] https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/config.html#jobstore-expiration-time
[3] https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/config.html#jobstore-max-capacity

On Fri, Oct 9, 2020 at 9:45 AM Richard Moorhead <[hidden email]> wrote:
Is there a configuration that controls how long jobs are retained in a flink session?