I'd like to create job savepoints at regular intervals to be used in the event of a total job failure where it's not possible to restore from a checkpoint. I'm aware that automatic savepoints are planned as part of FLIP-10, but I need something more immediate (using Flink 1.1.3).
I'm curious how other Flink users are doing this. CRON job on the active job-manager? Mostly just looking for a sanity-check.
Thanks!