We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca000e2 commit c3797d7Copy full SHA for c3797d7
sources/platform/actors/publishing/monetize.mdx
@@ -130,6 +130,10 @@ An Actor's negative net profit does not affect the positive profit of another Ac
130
- Get a record
131
- Save it to a dataset
132
- etc.
133
+- Use synthetic start event `apify-actor-start`.
134
+ - This event is automatically charged by the Apify platform when an Actor is started or resurrected.
135
+ - The number of charged events is based on Actor memory: one event per GB with a minimum of one event.
136
+ - Lowers your costs by waiving the CUs equal to 5 seconds of Actor runtime.
137
138
:::note `ChargingManager` usage
139
0 commit comments