From acd538c37bc7163ca26b4974e3f21c30e0ea7dee Mon Sep 17 00:00:00 2001 From: TCMO <92638966+TC-MO@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:12:11 +0100 Subject: [PATCH] change vale settings & rewrite for clarity change Vale settings rewrite info regarding fees remove info about validating against schema in pay per results Actor runs --- sources/platform/actors/running/store.md | 6 +++--- vale.ini | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sources/platform/actors/running/store.md b/sources/platform/actors/running/store.md index d7fed16c7..a3fed6f82 100644 --- a/sources/platform/actors/running/store.md +++ b/sources/platform/actors/running/store.md @@ -36,7 +36,7 @@ Each rental Actor has a _free trial_ period. The length of the trial is displaye ![Rental Actors in Apify Store](./images/store/rental-actor-trial-example.png) -After a trial period, a flat monthly _Actor rental_ fee is automatically subtracted from your prepaid platform usage in advance for the following month. This fee goes directly to the developer and is paid on top of the platform usage generated by the Actor. You can read more about our motivation for releasing rental Actors in [this blog post](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) from Apify's CEO Jan Čurn. +After a trial period, a flat monthly _Actor rental_ fee is automatically subtracted from your prepaid platform usage in advance for the following month. Most of this fee goes directly to the developer and is paid on top of the platform usage generated by the Actor. You can read more about our motivation for releasing rental Actors in [this blog post](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/) from Apify's CEO Jan Čurn. #### Rental Actors - Frequently Asked Questions @@ -81,7 +81,7 @@ You can find the breakdown of how much you have been charged for rental Actors i ### Pay per result -When you run an Actor that is _paid per result_, you pay for the successful results that an Actor returns when you run it, and you are not charged for the underlying platform usage. Technically, we validate the _results_ against a schema, and you are only charged for the valid items in the [dataset](https://docs.apify.com/platform/storage/dataset) of the Actor run. +When you run an Actor that is _paid per result_, you pay for the successful results that an Actor returns when you run it, and you are not charged for the underlying platform usage. :::info Estimation simplified @@ -119,7 +119,7 @@ You can set a limit on how many items an Actor should return and the amount you ##### Can I publish an Actor that is paid per result? -Publishing an Actor that is paid per result is not yet available publicly as this pricing model is still in beta. +Yes, you can publish an Actor that is paid per result. ##### Where do I see how much I was charged for the pay per result Actors? diff --git a/vale.ini b/vale.ini index 837d46457..dcc128f29 100644 --- a/vale.ini +++ b/vale.ini @@ -21,3 +21,4 @@ Microsoft.Foreign = NO Microsoft.We = NO Microsoft.Quotes = NO Microsoft.ThereIs = NO +Microsoft.Auto = NO