I’m setting it up so that instead of
I’m setting it up so that instead of charging on actor start, there’s a sort of “deposit” event at the beginning in case the run gets aborted early.
5 Replies
looks cool. can you elaborate it?
For example, what I’m thinking now is to charge per page and per result instead of adding actor start. That would already be three events and more complex for the user to understand. So, let’s say each page costs $0.004 and each result costs $0.004. I’ll charge $0.004 at the start as a deposit, and when a page is scraped, that first page won’t be charged again since it was covered by the deposit. The rest will only be charged once each page is scraped. I’ll explain in the README that each run will have a minimum charge of $0.004.
@aciku just advanced to level 9! Thanks for your contributions! 🎉
I’m not sure if I’m making myself clear.
looks cool as the name already suggests its functionality
@aciku and do you have any idea how to inform user about some breaking changes along with full rewriting. There should be some notice system don;t you think