HolyClony
HolyClony•2mo ago

Pay per event doesn't seem to work 😬

Hi guys! Is there a reason why my actor is setup as "Pay per event", yet the usage data always shows "compute items", e.g.:
Actor compute units 1.2214 $0.489
Dataset reads 0 $0.000
Dataset writes 99 $0.000
Key-value store reads 1 $0.000
Key-value store writes 5 $0.000
Key-value store lists 0 $0.000
Request queue reads 104 $0.000
Request queue writes 413 $0.008
Data transfer internal 0.02 GB $0.001
Data transfer external 0.00 GB $0.001
Proxy residential data transfer 0.00 GB $0.000
Proxy SERPs 0 $0.000
Actor compute units 1.2214 $0.489
Dataset reads 0 $0.000
Dataset writes 99 $0.000
Key-value store reads 1 $0.000
Key-value store writes 5 $0.000
Key-value store lists 0 $0.000
Request queue reads 104 $0.000
Request queue writes 413 $0.008
Data transfer internal 0.02 GB $0.001
Data transfer external 0.00 GB $0.001
Proxy residential data transfer 0.00 GB $0.000
Proxy SERPs 0 $0.000
I am sending the event in the code...
await Actor.pushData(
{...},
'successfulItem'
);
await Actor.pushData(
{...},
'successfulItem'
);
Not sure why it doesn't use the right pricing model...
2 Replies
luigi.ruocco
luigi.ruocco•2mo ago
Can you link your Actor? I think PPE does not show for the owner of the Actor but it does work for other users. I'll ask our team if there is a simpler way to check this just to make sure, but maybe the only way to check it on your own, for now, is to create another "user" account 😦
Matous
Matous•3w ago
Hey @HolyClony, is this still an issue?

Did you find this page helpful?