Hello,
I have a hourly append ingestion that can add hourly segments from now to up to 30 days ago (720 hours)
I’d need the auto-compaction to start compacting all the last 30 days. Instead, druid creates 25 compaction tasks (I guess because there are 25 available peons) for the last 25 hours and stops, skipping the rest of segments.
Is there any way to configure the auto-compaction in a smarter way so that it creates compaction tasks for all the last 30 days hours (where needed)?