Kora Aop Scheduling Jdk

In-process scheduled jobs in Kora 2.x — @ScheduleAtFixedRate, @ScheduleWithFixedDelay, @ScheduleOnce and the new @ScheduleWithCron from io.koraframework.scheduling.jdk.annotation, contributed by SchedulingJdkModule (artifact io.koraframework:scheduling-jdk) on top of a ScheduledThreadPoolExecutor of platform threads. Covers the config attribute for externalising timings, the scheduling.jdk.shutdownWait and scheduling.telemetry keys, per-job telemetry overrides, and why a scheduled method must be a no-argument, non-suspend member of a @Component. Use for heartbeat, cleanup, cache-warm and in-process cron jobs. For persistent, clustered or Quartz-flavoured cron jobs use kora-aop-scheduling-quartz.

kora-projects 619a8cb 8 files · 80.7 KB Updated

File contents

kora-projects/kora-skills/tree/main/plugins/kora-v2/skills/kora-aop-scheduling-jdk commit 619a8cbef1

Frequently asked questions

npx skillmds@latest add kora-projects/kora-aop-scheduling-jdk-2