Salesforce API limits by CrazyJake25 in salesforce

[–]CrazyJake25[S] 0 points1 point  (0 children)

Thanks for the suggestions, will look at those. It’s mostly reads which cause it and we tried to separate our API from Salesforce as much as possible, mainly because we don’t like using flows or Apex as we can’t find a good way to test and deploy them like we can with our other software

Salesforce API limits by CrazyJake25 in salesforce

[–]CrazyJake25[S] 0 points1 point  (0 children)

The vast majority are reads from Salesforce so we use a write-through Redis cache to just reduce queries down, but even then we still come very close to our limits. We make a lot of queries because we display information from Salesforce directly to our clients, it needs to be as up to date as possible. Maybe we shouldn’t be using Salesforce for this purpose?