Skip to content

Commit 75929d0

Browse files
mhamasTC-MO
andauthored
Apply suggestions from code review
Co-authored-by: Michał Olender <[email protected]>
1 parent e5a1929 commit 75929d0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

sources/platform/actors/development/programming_interface/actor_standby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,5 @@ The URL is exposed as an environment variable `ACTOR_STANDBY_URL`. You can also
186186

187187
## Monetization of Actors with the Standby mode?
188188

189-
You can monetize Standby Actors just like any other Actors. We recommend using the pay per event monetization mode, as it aligns best with the Standby paradigm.
189+
You can monetize Standby Actors just like any other Actor. For best results with Standby workflows, use pay-per-event monetization model.
190190
When monetizing your Actor in Standby mode using pay per event mode, you are not responsible for covering the platform usage costs of your users' runs. Users will need to cover both the platform usage costs (paid to Apify) and event costs (paid to you).

sources/platform/actors/publishing/monetize.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,11 @@ The following table summarizes the platform unit costs used for your cost comput
178178

179179
If you decide not to offer tiered discounts on your Actor, the unit prices for _FREE_ tier apply. To offer enterprise level services and unlock even cheaper unit prices for enterprise customers, please reach out to us.
180180

181-
**Cost of PPE Actors in Standby mode**
182-
Note that when you monetize your Actor in Standby mode using pay per event mode only, you are not responsible for covering platform usage costs of your users' runs.
181+
:::note Cost of PPE Actors in Standby mode
182+
183+
When you monetize your Actor in Standby mode using pay per event mode only, you are not responsible for covering platform usage costs of your users' runs.
184+
185+
:::
183186

184187
## Setting up monetization
185188

sources/platform/actors/running/store.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ You would still pay for all interactions after the Actor run finishes, same as f
168168
You would still pay for the long term storage of results, same as for pay per result Actors.
169169

170170
#### Some Actors declare that I still need to pay for usage, how come?
171+
171172
When an Actor operates in [Standby mode](https://docs.apify.com/platform/actors/running/standby), you control how the background runs scale and how efficiently they are utilized. In this case, you are responsible for paying the platform usage costs of these runs in addition to the event charges. Some selected Standby Actors may have this usage component waived, so always check the pricing page of the specific Actor to determine whether you will be charged for usage or only for events.
172173

173174
#### Where do I see how much I was charged for the pay per result Actors?

0 commit comments

Comments
 (0)