Automated Tenant Expiry Notifications
mainA recurring Hangfire job (TenantExpiryScanJob) monitors tenant validity and triggers notifications via the Notifications module.
Triggered Events:
TenantNearingExpiryIntegrationEvent: Triggered within a configurable number of days beforeValidUpto.TenantEnteredGraceIntegrationEvent: Triggered onceValidUptois passed but within the grace window.TenantExpiredIntegrationEvent: Triggered once the grace window has closed.
These events drive automated emails to tenants to encourage renewal.