Replies: 5 comments
|
I just want to make sure I understand your case correctly. You are interested in a solution for the case. How can I use |
|
Right - perhaps it's just me but this seems like it would be a common failure mode. |
|
I don't think we have simple mechanisms for this. However, we should probably expand the queue interaction capabilities to give users the ability to handle the case you described. And yes, we definitely need more examples in the documentation :) I would handle the case you described during runtime using |
|
You can also use the |
|
Great, I'll give this a try next time I run into this issue. |
Uh oh!
There was an error while loading. Please reload this page.
It would be great if there was more documentation on how to deal with large crawl jobs that fail. For example, in my current crawl job, the job failed because the proxy I was using failed (e.g., ran out of credits). Now the request has reached its maximum retry count, and won't be processed again. What's the correct way to update the request so that it'll get picked up for processing again?
All reactions