Skip to content

Commit 755eb06

Browse files
vdusekbarjin
andauthored
Update docs/02_concepts/01_actor_lifecycle.mdx
Co-authored-by: Jindřich Bär <jindrichbar@gmail.com>
1 parent 8efeace commit 755eb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/02_concepts/01_actor_lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Before triggering a reboot, persist any essential state externally (e.g., to the
9797

9898
## Status message
9999

100-
[Status messages](https://docs.apify.com/platform/actors/development/programming-interface/status-messages) are lightweight, human-readable progress indicators displayed with the Actor run in the Apify Console. Use them to communicate high-level phases or milestones, such as "Fetching list", "Processed 120/500 pages", or "Uploading results". When running locally, the SDK logs the status message instead of sending it to the platform.
100+
[Status messages](https://docs.apify.com/platform/actors/development/programming-interface/status-messages) are lightweight, human-readable progress indicators displayed with the Actor run in Apify Console. Use them to communicate high-level phases or milestones, such as "Fetching list", "Processed 120/500 pages", or "Uploading results". When running locally, the SDK logs the status message instead of sending it to the platform.
101101

102102
Update the status only when the user's understanding of progress changes - avoid frequent updates for every processed item. Detailed information should go to logs or storages (dataset, key-value store) instead.
103103

0 commit comments

Comments
 (0)