6 件のコメント (6 件のコメント)0 件のリアクション (0 件のリアクション)1 人の担当者 (1 人の担当者)Java1,234 件のフォーク (1,234 件のフォーク)batch import
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 4,937 個のスター (4,937 個のスター)
- PR merge metrics
- 平均マージ 6d 7h (平均マージ 6d 7h)30d で 186 merged PRs (30d で 186 merged PRs)
説明
Current cron job schedule is based on the controller start time, we should have a way to schedule it run at a given CRON setting.
コントリビューターガイド
- 調査方針
- The current schedule is based on controller start time. The goal is to support a CRON expression for periodic tasks. Examine the Pinot controller source code (e.g., in pinot controller module) to locate where tasks are currently scheduled. Consider using a cron library like Quartz or CronUtils. Review the issue comments for any design direction or constraints.
- 技術スタック
- java
- 領域
- backend
- Issue 種別
- 機能
- 前提条件
- JavaCron syntaxPinot controller architecture