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.
我将 ActiveResource 用于长时间运行的导入和同步作业。有没有办法为失败的请求指定重试?我想避免围绕每个 ActiveResource 请求进行丑陋的开始/救援/重试构造。
这取决于逻辑/编码失败。如果出现编码失败,那么您只需要使用救援来捕获异常;)
如果逻辑失败,那么您可以推送到失败堆栈并在之后重新处理相同的内容。