Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sources/platform/actors/publishing/monetize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ An Actor's negative net profit does not affect the positive profit of another Ac
- Get a record
- Save it to a dataset
- etc.
- Use synthetic start event `apify-actor-start`.
- This event is automatically charged by the Apify platform when an Actor is started or resurrected.
- The number of charged events is based on Actor memory: one event per GB with a minimum of one event.
- Lowers your costs by waiving the CUs equal to 5 seconds of Actor runtime.

:::note `ChargingManager` usage

Expand Down
Loading