Enterprise Feature — Tool scheduling is available on superglue Enterprise plans. Contact us to learn more.
Creating a schedule
Create schedules from the dashboard:Configure frequency
Choose from preset intervals (every 5 minutes, hourly, daily, weekly, monthly) or enter a custom cron expressionCommon cron examples:
*/5 * * * *- Every 5 minutes0 9 * * 1-5- Weekdays at 9 AM0 0 1 * *- First day of every month0 */6 * * *- Every 6 hours
Managing schedules
Viewing schedules
All schedules for a tool are visible on the tool details page. Each schedule shows:- Cron expression and human-readable description
- Timezone
- Next scheduled run time
- Last run time and status
- Enable/disable toggle
Modifying schedules
Click on any schedule to modify:- Change the cron expression
- Update the timezone
- Modify the input payload
- Enable or disable the schedule
Deleting schedules
Remove a schedule by clicking the delete button. This stops all future executions but preserves historical run logs.Execution behavior
- Reliability: Schedules are executed by a dedicated scheduler service with automatic failover
- Logging: Every scheduled execution creates a run record with full logs
- Source tracking: Scheduled runs are labeled with source
SCHEDULEin the runs table - Error handling: Failed scheduled runs are logged but don’t automatically retry (configure retries in the schedule options)
Advanced options
When creating a schedule, expand “Advanced Options” to configure:- Retries: Number of retry attempts (0-10) for failed API calls
- Timeout: Maximum execution time in milliseconds
- Webhook: Send execution results to a URL or trigger another tool when complete