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
SendRequestFunction (src/crawlee/_types.py) takes only url, method, payload and headers, so a request handler cannot bound how long an extra HTTP call may take. Add a timeout option.
SendRequestFunction(src/crawlee/_types.py) takes only url, method, payload and headers, so a request handler cannot bound how long an extra HTTP call may take. Add a timeout option.JS implementation: apify/crawlee#3457
✍️ Drafted by Claude Code