Skip to content

Commit ee82af0

Browse files
docs: Fix lint errors
1 parent f493b6a commit ee82af0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,22 @@ We recommend using the synthetic Actor start event in PPE Actors. It benefits bo
142142

143143
:::
144144

145-
Starting an Actor takes time, and creates additional cost for the Actor creator, because the profit equals revenue minus platform costs.
145+
Starting an Actor takes time, and creates additional cost for the Actor creator, because the profit equals revenue minus platform costs.
146146

147-
One of the options to charge for the time spent on starting the Actor is to charge an “Actor start” event. Let’s say $1 for 1000 Actor starts. Unfortunately, this makes your Actor comparably expensive with other tools on the market (outside of [Apify Store](/platform/console/store)) that do not incur this startup cost.
147+
One of the options to charge for the time spent on starting the Actor is to charge an “Actor start” event. Let’s say $1 for 1000 Actor starts. Unfortunately, this makes your Actor comparably expensive with other tools on the market (outside of [Apify Store](/platform/console/store)) that do not incur this startup cost.
148148

149149
We want to make it easier for Actor creators to stay competitive, but also help them to be profitable. Therefore, we have the Apify Actor synthetic start event `apify-actor-start`.
150150

151151
#### How the synthetic start event works
152152

153153
- The Apify Actor start event is **automatically enabled** for all new PPE Actors. For existing Actors, you can enable it in Apify Console.
154-
- Apify **automatically charges** the event.
155-
- 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.
154+
- Apify **automatically charges** the event.
155+
- 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.
156156
- The price of the event is **$0.00005**, which equals **$0.05 per 1,000 starts**.
157157
- 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:
158-
- 128 MB RAM: 1 event, $0.00005
159-
- 1 GB RAM: 1 event, $0.00005
160-
- 4 GB RAM: 4 events, $0.0002
158+
- 128 MB RAM: 1 event, $0.00005
159+
- 1 GB RAM: 1 event, $0.00005
160+
- 4 GB RAM: 4 events, $0.0002
161161
- You can increase the price of the event if you wish, but you **won't get more free compute**.
162162
- You can delete the event if you wish, but if you do, you will **lose the free 5 seconds** of compute.
163163

@@ -413,7 +413,7 @@ For the simplicity of the example, we show only the LLM-token-cent event. In rea
413413
<td>1</td>
414414
<td style={{whiteSpace: 'nowrap'}}>Paid plan</td>
415415
<td>
416-
<div style={{marginBottom: '4px'}}>$25.40 LLM usage:</div>
416+
<div style={{marginBottom: '4px'}}>$25.40 LLM usage:</div>
417417
<div>2,540 × <code>llm-token-cent</code></div>
418418
</td>
419419
<td>

0 commit comments

Comments
 (0)