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 2c27dd4 commit 600359eCopy full SHA for 600359e
sources/platform/actors/publishing/monetize/pay_per_event.mdx
@@ -115,7 +115,6 @@ async def charge_for_actor_start():
115
charging_manager = Actor.get_charging_manager()
116
117
# Don't charge the "Actor start" event again after Actor migration
118
- # TODO: FIX
119
if charging_manager.get_charged_event_count("actor-start") == 0:
120
await Actor.charge(event_name="actor-start")
121
0 commit comments