-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
Description
Introduce a background jobs module for recurring tasks (e.g., license expiry checks, insurance reminders, maintenance scheduling).
Expected Behavior:
- Cron jobs running at defined intervals.
- Scheduled notifications for upcoming tasks.
- Configurable job intervals via settings.
Tasks:
- Generate
scheduled-jobsmodule. - Use NestJS Schedule module.
- Implement expiry/maintenance reminder jobs.
- Add configuration via settings.
Reactions are currently unavailable