Get total queue count after restarting node #2295
Unanswered
AndreiAyar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have a question.
I have created an instance of a RequestQueue and if for example, I close the NodeJs process, and restart it, it resumes crawling from where it was when I closed it. Perfect behaviour as I open the same queue key.
The thing is, that I want to know the total count of the cached URLS that were added with enqueueLinks before stopping the project. How can I do that ?
Those above only provide me the current handled url's in the queue and the total count in the moment of starting / restarting the project. Is there any possibility of counting the total, provided by this queue instance ?
Beta Was this translation helpful? Give feedback.
All reactions