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
refactor(scrapy): make AsyncThread timeout configurable (#955)
`AsyncThread.run_coro` hardcoded a 60s timeout. This adds a configurable
`default_timeout` constructor argument (default unchanged at 60s), used
when a per-call timeout is not given, and documents why each Scrapy
consumer (scheduler, HTTP cache) owns its own event-loop thread.
Part of splitting the larger Scrapy integration fix
(`fix/scrapy-integration`) into reviewable pieces.
0 commit comments