-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to pause crawling #25
Comments
Also requested in a review: https://addons.mozilla.org/en-GB/android/addon/mwmbl-web-crawler/reviews/1853830/ |
Since it is likely the user will forget to turn it back on (I know I will) I suggest we allow pausing, but not disabling. We could have two buttons:
If they want to turn it off completely they can do that through the Firefox extension UI. |
Behaviour for batches in progress: we need to check if pause has been pressed in the middle of processing a batch. If that is the case, then we should send the batch in its current state (even if there are just a few pages crawled) and stop crawling. |
err, i meant pausing mainly yeah, heh. maybe allow for a configurable option insead of just a "pause for +1 hour" button? a dropdown or even a direct textbox |
Personally I'd prefer to keep it simple, but I'll leave it to whoever implements it to decide. |
yeah, please add this, CPU was killing my laptop (i5,16G) recently and had to disable extension manually… Sorry guys |
It would be great to implement a simple keyboard shortcut to toggle crawling on and off (for exampbe |
Another use case: disable on metered connections. |
add option to disable crawling (e.g. the extension) in case of slowof cpu, slow network, other reason, etc.
The text was updated successfully, but these errors were encountered: