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
# Options for configuring the upload
message_count_threshold => 10000
delay_threshold_secs => 10
request_byte_threshold => 5MB
}
}
Yet, in the description of message_count_threshold you declare that limit must be below 1000. It doesn't operate over 1000 message count : INVALID_ARGUMENT: The value for 1107 is too large. You passed message_count in the request, but the maximum value is 1000."
The output engine is much slower than expected even with 1000
Your feedback would be much appreciated
The text was updated successfully, but these errors were encountered:
It seems in the docs you have listed an option for high volume by increasing the message_count_threshold.
Yet, in the description of message_count_threshold you declare that limit must be below 1000. It doesn't operate over 1000 message count
: INVALID_ARGUMENT: The value for 1107 is too large. You passed message_count in the request, but the maximum value is 1000."
The output engine is much slower than expected even with 1000
Your feedback would be much appreciated
The text was updated successfully, but these errors were encountered: