nmondal / cowj

[C]onfiguration [O]nly [Web] on [J]VM
Apache License 2.0
15 stars 11 forks source link

Cron Jobs - which are run on boot - should be retriable #80

Closed nmondal closed 8 months ago

nmondal commented 9 months ago

Currently, they are not. Given they can break the booting up of the cowj system, it is better to allow for retries. For the actual cron jobs they will be retried anyways - because of .. periodicity.

nmondal commented 8 months ago

This is done now. Reference: https://github.com/nmondal/cowj/blob/main/app/src/test/java/cowj/CronTest.java#L139