Assigned
Status Update
Comments
sk...@google.com <sk...@google.com>
gi...@gmail.com <gi...@gmail.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
Description
Currently, all function execution logs like
Function execution took 540000 ms, finished with status 'timeout'
have the defaultDebug
severity.Would it be possible (better) to have failed executions set as
Warning
orError
instead?This way, customers would be more effective in their means of noticing that their functions failed to execute, by using advanced filters and the severity field, instead of string matching on the text itself.
Thank you for considering this as a feature request.