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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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