Description
Currently the cron expression used when scheduling jobs should be hardcoded within the @Scheduled annotation.
It would be nice to offer the users the possibility to provide the cron expression via external configuration.
@Scheduled(externalCronExpression="my.expression")
The property my.expression would be provided by DeltaSpike's ConfigResolver.
Attachments
Issue Links
- relates to
-
DELTASPIKE-1082 document configurable cron-expressions
- Closed