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
Seeing the problem quickly doesn't need to be coupled to failing the request or not. We can log and alert for example. It changes whether customers are alerting us or we're doing it without them knowing.
Of course the "correctness" of the response suffers, but in the spirit of graceful degradation I think that may be preferable to failing in a potentially user facing way. It pushes the decision to the client to make that call. We'd be providing more options to deal with failure.
@paterczm Even adding a limit on result size in bytes is technically a breaking change, just like lowering the result size in documents. Returning partial responses makes adding / changing these limits less likely to cause serious user facing problems.
No description provided.
The text was updated successfully, but these errors were encountered: