Skip to content

Feature: Scheduled/Cron job executions #2

@BrOrlandi

Description

@BrOrlandi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions