scrapix icon indicating copy to clipboard operation
scrapix copied to clipboard

Being able to follow the crawling process

Open qdequele opened this issue 2 years ago • 3 comments

Implement a WebSocket that would allow following the process of a crawling request.

qdequele avatar Feb 14 '23 09:02 qdequele

This may be solved by the webhooks?!

qdequele avatar Jul 23 '23 10:07 qdequele

Yes, that's the idea! In fact, we don't need to "watch" the process, we just need to be informed when something happens in the process (an error or a finished event). So using webhooks will do the job!

brunoocasali avatar Jul 24 '23 00:07 brunoocasali

I've created a PR for this #62, but the test is not working; I don't know why. I didn't have the time to check the test yet.

qdequele avatar Jul 24 '23 13:07 qdequele