aciku
aciku3mo ago

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
thenetaji
thenetaji3mo ago
looks cool. can you elaborate it?
aciku
acikuOP3mo ago
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.
MEE6
MEE63mo ago
@aciku just advanced to level 9! Thanks for your contributions! 🎉
aciku
acikuOP3mo ago
I’m not sure if I’m making myself clear.
thenetaji
thenetaji3mo ago
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

Did you find this page helpful?