- Did the run execute as expected? Check status, timing, speed, subtasks, logs, and CAPTCHA attempts.
- Is the result ready to use? Check data volume, duplicates, the Data List, storage completion, and the run you want to export.
Open Cloud Run Details
When you start a task in the cloud, Octoparse can open the run window automatically. You can also open it from the cloud-run control for the task in the Task List. To review an older execution, open the task’s Recent Runs or cloud run history and select the run. The run window is scoped to one cloud run. If the task has been run several times, confirm the task, run time, and batch before interpreting its metrics.Read the run summary
The summary at the top of Cloud Run Details gives a quick health check:
Do not judge success from one metric. A run can show a completed execution while data is still being written, statistics are still updating, or an export cursor has not advanced. Check the result view before treating the run as ready for downstream use.
Use the run detail areas
Task Overview
Task Overview provides the run timeline and high-level execution signals, including:- Run initiated time
- Start time and end time
- Distinct data
- CAPTCHA attempts
Data List
Data List shows the records scraped by the selected cloud run. Use it to verify:- Expected fields are present and populated.
- Pagination or detail-page loops reached the expected records.
- The output is not mostly duplicate or empty records.
- The selected run contains the data you intend to export.
Subtask Status
Subtask Status shows how a split cloud run progressed across its execution units. For each subtask, inspect the available:- Start and end time
- Elapsed time
- Status
- Data extracted
- Details, including event logs and error screenshots
These labels describe the subtask outcome. Always read the event log and screenshot before deciding whether to retry.
Recent Runs
Recent Runs lists the task’s historical cloud executions. Use it to compare:- The latest run with the last known good run
- Runtime and average speed over time
- Data volume and duplicate count
- Completed, stopped, failed, or queued outcomes
- Which run should be exported
Diagnose common signals
Follow the data and status timeline
Cloud run status and data availability do not advance as one transaction. A useful verification sequence is:- The run is accepted and its task or batch is created.
- Subtasks are created and assigned for execution.
- Nodes execute the workflow and report extracted data.
- Data is uploaded and written to cloud storage.
- Statistics update extracted, saved, and duplicate counts.
- The run and its data become available for reading or export.
Recommended monitoring workflow
For a new or changed task:- Run a representative sample locally.
- Start one cloud run and watch Task Overview until execution begins.
- Check Subtask Status for node allocation, split behavior, and early errors.
- Compare Data List and data volume with the local sample.
- Review CAPTCHA attempts, duplicate count, elapsed time, and average speed.
- Wait for storage to complete before exporting.
- Save the run as a comparison point for future scheduled runs.