PPR; Maximum charged results run option
Hello, @Apify
When a user run my PPR actor with a Run Option -> Maximum charged results ;
Is it something handled on apify side or should we handle it ourself as a developer?
A user created an issue to report that it didn't stop on the maximum charged results provided
Actor id: McauDKXmReVaVEwk9
User run: 3CBMC2XnNNWbasCVP
6 Replies
@Sylwanin just advanced to level 3! Thanks for your contributions! 🎉
Are you referring to
ACTOR_MAX_PAID_DATASET_ITEMS
env variable that's passed by the user?
If so, that's something you have to handle in your actor
See here for an example https://github.com/metalwarrior665/max-paid-items-example/blob/master/src/push-data.ts
GitHub
max-paid-items-example/src/push-data.ts at master · metalwarrior66...
Example code for handling Max Paid Items on Apify platform - metalwarrior665/max-paid-items-example
Let me know if that helps
Just learned something on PPR , thanks !
Avec plaisir!