You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cron): add cron module for scheduled tasks management
- Introduced CronModule to manage scheduled tasks with cron expressions.
- Added DTOs for cron task configuration and creation.
- Implemented load function to read and validate cron tasks from YAML files.
- Created CronHooksService to handle the scheduling and execution of cron jobs.
- Added CronController for manual triggering of cron tasks.
- Integrated lifecycle management with cron tasks execution.
- Enhanced error handling and logging for cron operations.
- Updated lifecycle command to include execution of lifecycle rules for sources.
0 commit comments