apache/pinot

Allow to use cron to schedule the controller periodical tasks

Closed

#14,051 opened on Sep 22, 2024

 (6 comments) (0 reactions) (1 assignee)Java (1,234 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (Avg merge 6d 7h) (186 merged PRs in 30d)

Description

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.

Contributor guide