Skip to content

Commit c4d5b62

Browse files
reset accidental package-lock update
1 parent 6ffd8dd commit c4d5b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/publishing/monetize.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Only paid user activity is included in profit calculations.
121121

122122
- Set memory limits in your [`actor.json`](/platform/actors/development/actor-definition/actor-json) file to control platform usage costs
123123
- 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).
125125
- 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.
126126
- If you are not using the SDKs, use idempotency keys in API calls to prevent double charges.
127127
- Try to limit the number of events. Fewer events make it easier for users to understand your pricing.

0 commit comments

Comments
 (0)