meilisearch / scrapix

MIT License
23 stars 9 forks source link

Being able to follow the crawling process #5

Open qdequele opened 1 year ago

qdequele commented 1 year ago

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

qdequele commented 1 year ago

This may be solved by the webhooks?!

brunoocasali commented 1 year ago

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!

qdequele commented 1 year ago

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.