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