Schedules allow recurring Deluge functions to execute automatically at defined intervals without a user action trigger. They are analogous to cron jobs in traditional development. Key details:
- Schedules are configured per application.
- Administrators can suspend schedules in specific environments (Development and Stage) to prevent unintended automated actions during testing (Understanding Environments).
- Schedule call limits per plan: 90/user/month (Standard), 300/user/month (Professional), 600/user/month (Enterprise) (Pricing Comparison).
- Common use cases: automated data cleanup, scheduled email reports, periodic synchronization with external systems, batch record processing.