-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add the ability to schedule recurring code executions using cron expressions. This would allow users to set up jobs that run automatically at specified intervals without external triggers.
Proposed Functionality
- Define a cron schedule (e.g.,
*/5 * * * *for every 5 minutes) for any job - Configure the code, input items, cache key, and execution options for each scheduled job
- View, edit, pause, resume, and delete scheduled jobs from the dashboard
- Execution history for each scheduled job linked in the jobs list
- Support for timezone-aware scheduling
Use Cases
- Periodic data fetching and processing
- Scheduled report generation (PDF, images)
- Recurring health checks or monitoring tasks
- Automated data pipeline steps running on a fixed schedule
Feedback
If this feature would be useful to you, please leave a comment describing your use case. Community interest helps prioritize development.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request