When to use schedules
Use schedules when:- The same data needs to be collected repeatedly
- You need daily, weekly, or hourly updates
- The task should run outside working hours
- Data needs to be ready before a report or downstream workflow
- You want to reduce manual task starts
Scheduling workflow
1
Build and test the task
Confirm the task extracts the correct fields and handles pagination or detail pages correctly.
2
Choose the run environment
Use cloud extraction or local extraction for unattended scheduled runs.
3
Set the schedule
Choose when and how often the task should run.
4
Configure export
Set up manual or automatic export depending on where the data should go.
5
Monitor results
Check run history, logs, and exported records after scheduled runs.
What to check before scheduling
Before enabling a schedule, check:Recommended practices
- Test the task manually before scheduling it.
- Start with a conservative frequency.
- Monitor the first few scheduled runs.
- Use logs to diagnose failures.
- Review exported records for missing fields or duplicates.
- Adjust frequency if the website updates less often than expected.