|
|
|
|
|
by nocoiner
1099 days ago
|
|
Eh, at some threshold, of course a lower price would have changed the outcome. It sounds like the Apollo dev thought API costs came in at 10-20x what he’d been expecting. I think there’s obviously a huge difference between paying Reddit, say, 50 cents of a $3 net payment (assuming a sub for the app is $5/month) and having a $5/user/month cover charge to Reddit as the price of admission, and then having to build a viable app business over that. Seems dubious. |
|
Apollo also does polling of the message box for each user for push notifications ( https://github.com/christianselig/apollo-backend/blob/main/i... ) which currently has a rate of 1/minute/user. This is another 1.4k calls per day and changes the price that would be paid.
Current rate: https://github.com/christianselig/apollo-backend/blob/b992d2...
March 16th rate update (6 r/m to 1r/m): https://github.com/christianselig/apollo-backend/commit/74a8...
Nov 22nd rate update (12 r/m to 6 r/m): https://github.com/christianselig/apollo-backend/commit/7582...