Commit 41e4801
authored
docs: Fix incorrect status message deduplication claim (#859)
- Remove the incorrect claim that the SDK deduplicates status message
API calls (it doesn't — `set_status_message()` always calls the API)
- Replace the misleading "(separate from logs)" note with accurate
behavior: when running locally, the SDK logs the status message instead
of sending it to the platform
- Apply the same fix to the versioned docs snapshot
- Context: flagged during review of apify/apify-sdk-js#586 by @barjin1 parent 390ccaf commit 41e4801
File tree
2 files changed
+2
-6
lines changed- docs/02_concepts
- website/versioned_docs/version-3.3/02_concepts
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | 104 | | |
107 | 105 | | |
108 | 106 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | 104 | | |
107 | 105 | | |
108 | 106 | | |
| |||
0 commit comments