You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
787 B
787 B
LINGYUN.Abp.Saas.Jobs
SaaS background job module, providing background job implementation for tenant resource monitoring and management.
Features
- Tenant Usage Monitoring Job (TenantUsageMonitoringJob)
- Monitor tenant resource usage
- Handle tenant expiration warning
- Handle expired tenant resource recycling
Configuration
Job Configuration
{
"Hangfire": {
"TenantUsageMonitoring": {
"CronExpression": "0 0 * * *", // Run once per day
"Queue": "default", // Job queue
"Enabled": true // Whether to enable
}
}
}
Job Parameters
- Saas:AdminEmail: Administrator email address for receiving warning notifications
- Saas:TenantId: Tenant identifier