Closed kipwoker closed 6 years ago
Hi @kipwoker,
I confirm that intensity is a fixed value for each repair run and cannot currently vary based on the current time. Any PR to add that feature would be much appreciated indeed :)
How far do you see this going in flexibility ? Would you add just 2 possible intensities with 2 time ranges for each repair ? Or add a high load and a low load time range on the clusters, and then 2 distinct intensities for repair run ?
@adejanovski I want to do it very flexible. :) Actually I just want to implement feature: «Change intesity when repair paused» After that I can do whatever I want though using api + cron. It's very flexible. Also for web interface I see it like this
What do you mind about this?
I've tried to make something. You may check it out: https://github.com/kipwoker/cassandra-reaper/commit/bdb3947aa6734bc998113d5fcc0171d0eec4efd6
Merged as part of #303
Hello.
I want to change intensity during execution. I have a highload cassandra cluster during 8 working hours every weekday. During working hours I want to have small intensity, like 0.2. During maintenance window (night, day off) I want to have intesity like 0.8.
Am I right that there is no way to do it with autoScheduling? Should I make a pull request for this feature?