6 則留言 (6 則留言)0 個反應 (0 個反應)1 位負責人 (1 位負責人)Java1,234 個分叉 (1,234 個分叉)batch import
enhancementgood first issuehelp wanted
倉庫指標
- 星標
- 4,937 顆星 (4,937 顆星)
- PR 合併指標
- 平均合併 6天 7小時 (平均合併 6天 7小時)30 天內合併 186 個 PR (30 天內合併 186 個 PR)
描述
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
- 議題類型
- 功能
- 前置要求
- JavaCron syntaxPinot controller architecture