Hacker News new | ask | show | jobs
by jnevelson 5015 days ago
One recommendation I have is to open up the number of events/minute. You should have at least 1 plan where that number is unlimited.
1 comments

Hmm... can you explain your use case a bit more? Even things that are 'unlimited' have an upper bound (e.g., data plans, etc). From Coalmine's perspective, having upper limits ensures that all users on the system are guaranteed some kind of quality by avoiding some application spiraling out of control and sending tons and tons of errors to the service.

From a developer's perspective, if I believe my application will need to be able to send unlimited amounts of error reports, I should probably revisit my design. ;)