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
Default to a 30 second HTTP timeout to prevent hung processes.
The timeout is passed through to python_http_client which already
supports it. Callers can override or disable (via None) as needed.
Timeouts via send() raise SendGridTimeoutError for clean handling.
0 commit comments