You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the event that we hit our API rate limit with Calais w/o anticipating it, we should identify and catch that error (which'll be a Faraday::Error of some sort) immediately blacklist more entity extraction, and max out our calais request count (and probably send an email notifying us of the error).
In the event that we hit our API rate limit with Calais w/o anticipating it, we should identify and catch that error (which'll be a
Faraday::Errorof some sort) immediately blacklist more entity extraction, and max out our calais request count (and probably send an email notifying us of the error).