Hacker News new | ask | show | jobs
by leros 812 days ago
For #4, maybe you can build a single instance API proxy that handles the rate limiting better.
1 comments

definitely. There's still just such a huge bottleneck when we have 20+ users having to queue up, and they end up complaining that they don't want to wait so long for data to come back from hubspot
Can you cache data internally?
We tried a mix of caching as well as hubspot webhooks, but we were still having issues with data not updating fast enough and most of the data we load has to be somewhat on demand regarding tasks/sequences and outbounding features. ie you call or email someone, a task gets moved to the next task and the user wants to see that change somewhat quickly.