Skip to content

Commit ee8dd3b

Browse files
Update sources/platform/actors/publishing/monetize/pay_per_event.mdx
Co-authored-by: Ondra Urban <[email protected]>
1 parent ca3a611 commit ee8dd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/publishing/monetize/pay_per_event.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The default price of the event is set intentionally low. This pricing means that
155155
- The Apify Actor start event is **automatically enabled** for all new PPE Actors. For existing Actors, you can enable it in Apify Console.
156156
- Apify **automatically charges** the event.
157157
- You must _not_ manually charge for the synthetic start event (`apify-actor-start`) in your Actor code. If you attempt to charge this event yourself, the operation will fail.
158-
- The price of the event is **$0.00005**, which equals **$0.05 per 1,000 starts**.
158+
- The default price of the event is **$0.00005**, which equals **$0.05 per 1,000 starts**. We recommend keeping the default price to keep your Actors competitive.
159159
- The number of events charged **depends on the memory** of the Actor run. Up to and including 1 GB of RAM, the event is charged once. Then it's charged once for each extra GB of memory. For example:
160160
- 128 MB RAM: 1 event, $0.00005
161161
- 1 GB RAM: 1 event, $0.00005

0 commit comments

Comments
 (0)