Skip to content

Bug: The scheduled tasks view seems broken #4239

Closed
@cdprete

Description

@cdprete

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:
Image

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": []
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions