jakartaee / enterprise-beans

Jakarta Enterprise Beans
https://eclipse.org/ee4j/ejb
Other
19 stars 29 forks source link

Add simple fixed rate support in Schedule #144

Open hantsy opened 2 years ago

hantsy commented 2 years ago

For example, delay 2 seconds to start the timer and run it every 5 minutes.

@Schedule(initialDelay="2 seconds", fixedRate="5 minutes")