Closed
Description
Spring Boot Admin Server information
-
Version: 3.4.5
-
Spring Boot version: 3.4.5
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
-
Spring Boot versions: 3.4.5
-
Used discovery mechanism: Eureka
-
Webflux or Servlet application: WebFlux
Description
The scheduled tasks view seems broken, as shown in the picture below:
The actuator is currently returning:
{
"cron": [
{
"runnable": {
"target": "foo.bar.schedule.job.FooBarDailyCollectorJob@6d093b9e"
},
"expression": "0 0 10 * * *",
"nextExecution": {
"time": "2025-05-01T07:59:59.999178200Z"
}
},
{
"runnable": {
"target": "foo.bar.schedule.job.FooBarMonthlyAggregatorJob@8ca8d66"
},
"expression": "0 0 11 L * *",
"nextExecution": {
"time": "2025-05-31T08:59:59.999178200Z"
}
},
{
"runnable": {
"target": "foo.bar.schedule.job.FooBarGapDetectorJob@5132f4fe"
},
"expression": "0 0 12 * * *",
"nextExecution": {
"time": "2025-05-01T09:59:59.999178200Z"
}
}
],
"fixedDelay": [],
"fixedRate": [],
"custom": []
}