Hello, I have a custom app, in which when due to some exception, the app restarts I want to cancel all registered flink timers in the initializeState method. Based on the documentation I feel like all timer state is saved in the state, so if the app restarts the timers are still active.
Is there a way to delete all available timers on app crash and restart? -- Thanks, Vipul