Defer weekend document reminders to Monday
Reminders that fall due on Saturday or Sunday no longer send over the weekend or spend the escalation ladder unused. SQL keeps calendar cadence and rolls weekend due times to Monday at the same clock hour. The first debounced notice is unchanged. Co-authored-by: Sacha Al Himdani <sacha@probo.com> Signed-off-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
@@ -179,7 +179,7 @@ func New() *Implm {
|
||||
Document: DocumentNotificationConfig{
|
||||
Interval: 300, // 5 minutes
|
||||
DebounceDelay: 900, // 15 minutes
|
||||
ReminderInterval: 86400, // 1 day base cadence (1x, 2x, 3x)
|
||||
ReminderInterval: 86400, // 1 day base cadence (1x, 2x, 3x; weekend reminders → Monday)
|
||||
},
|
||||
},
|
||||
CustomDomains: CustomDomainsConfig{
|
||||
|
||||
Reference in New Issue
Block a user