add timeline

This commit is contained in:
2025-12-14 21:17:21 -03:00
parent 41ae02f178
commit 54f8f843df
3 changed files with 79 additions and 8 deletions

View File

@@ -289,7 +289,7 @@ def enroll_later(enrollment: Enrollment, context: Context):
},
'subscription_billing_day': subscription.billing_day,
'ttl': ttl(start_dt=scheduled_for),
'created_at': now_,
'scheduled_at': now_,
}
| (
{'dedup_window_offset_days': deduplication_window.offset_days}