You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/monetize.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Only paid user activity is included in profit calculations.
121
121
122
122
- Set memory limits in your [`actor.json`](/platform/actors/development/actor-definition/actor-json) file to control platform usage costs
123
123
- Charge either for "Actor start" or for invalid input or empty search to prevent users from running your Actor for free.
124
-
- Don't charge the "Actor start" event again after Actor migration (check `ChargingManager` state).
124
+
- Don't charge the "Actor start" event again after Actor migration (check `ChargingManager` state).
125
125
- Finish the Actor run once charging reaches user-configured `Maximum cost per run`. Apify SDKs ([JS](/sdk/js/reference/class/Actor#charge) and [Python](/sdk/python/reference/class/Actor#charge)) return `ChargeResult` that helps determine when to finish.
126
126
- If you are not using the SDKs, use idempotency keys in API calls to prevent double charges.
127
127
- Try to limit the number of events. Fewer events make it easier for users to understand your pricing.
0 commit comments