How often should ScyllaDB nodes be repaired?

Our organization has moved on from Cassandra to ScyllaDB recently. How often should we repair ScyllaDB nodes to maintain an equal count of rows in each node, as Cassandra’s repair frequency is recommended as 5 Days?

*The question was asked on Stack Overflow by Varun Nagrare

Scylla Manager automates the repair process and allows you to configure how and when repair occurs. When you create a cluster a repair task is automatically scheduled. This task is set to occur each week by default, but you can change it to another time, change its parameters or add additional repair tasks if needed.

Source: Repair | ScyllaDB Docs

*The answer was provided on Stack Overflow by Peter Corless