Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Cron schedule: Property binding for cron/duration configuration #125

Description

@kukv

Summary

EndpointGateProperties にcron/durationのプロパティバインディングを追加し、YAML/properties設定からcronスケジュールを構成可能にする。

Scope

  • EndpointGatePropertiescron / duration フィールド追加
  • 設定例:
    endpoint-gate:
      gates:
        maintenance-mode:
          schedule:
            cron: "0 0 2 * * *"
            duration: "PT2H"
            timezone: "Asia/Tokyo"
  • 結合テスト

Module

spring/core

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions