quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Quartz: Allow to use a configuration property in identity #14967

Closed Sgitario closed 3 years ago

Sgitario commented 3 years ago

Description Most of the fields in the @Scheduled annotation allow to use a config property:

@Scheduled(cron = "{myMethod.cron.expr}")

However, the identity field can't do:

@Scheduled(identity = "{job.id}")
ghost commented 3 years ago

/cc @machi1990, @mkouba

machi1990 commented 3 years ago

Very good idea, WDYT @mkouba?.

Do you want to give it a stab? @Sgitario

Sgitario commented 3 years ago

Very good idea, WDYT @mkouba?.

Do you want to give it a stab? @Sgitario

I'm very volunteer! :)