Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个脚本,使用typhoeus和vcr gem 将大量数据提取到数据库中。不幸的是,我发现了一些与超时和错误有关的问题,这些问题阻碍了整个过程的完成。事实证明,vcr正在记录这些超时,因此造成了恢复下载过程的问题。
vcr
将/如何启用继续/恢复下载typhoeus?我正在查看文档和各种示例,但还没有找到一种可靠的方法来以编程方式控制下载的恢复typhoeus(希望vcr能够处理该重播,但显然会遇到问题,因为它正在记录失败并且没有看到阻止它的方法) .
typhoeus