-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Spring Boot: 3.5.0
OpenJdk: 21.0.2
OS: RedHat
Spring Boot application has a cron job: 23 59 */1 * * * (every day at 23:59)
The application crashed at 23:00 and restarted at 08:10.
The cron job was executed at 08:59.
Is this a false cron job call, or does Spring have a mechanism for executing missed jobs?
The application has @scheduled and @EnableScheduling annotations for executing cron jobs.
This behavior was only observed after the application crashed.
Metadata
Metadata
Assignees
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid