-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pause and resume scan from a space #13
Comments
It currently does not support that feature. However, I have been considering adding new input parameters with the default values:
Each of those parameters would support a comma separated list of regexes to filter out workspaces (a.k.a. spaces in Confluence), project (unused by Confluence) and tickets (a.k.a. pages in Confluence). That would allow you to skip a group of spaces in Confluence and resume the scanning by tweaking the input parameters. You could do something like:
Then, you could run subsequent complementary scans to cover what has been skipped:
Do you think those new input parameters would cover your use case? |
Thanks for considering my request. But I feel that more than specifying selected workspaces, it will be accurately helpful if I can stop the scan at some point and later restart from the selected workspace or from the last successfully completed workspace. Because it will take 40 hours or 50 hours or more to scan all the workspaces. I cannot have my system running for so much time without interruption or break. So in my case, I can never complete a successful scan. |
Gotcha. I think a more generic input arguments like this would cover your use case:
In order to scan until workspace "MARKETING" you could run:
Then, for the next scan to scan from "MARKETING" up to "SALES" you would run:
That's the feature you are looking for, correct? |
Hi, Yes this is somewhat helpful feature.
|
Hi, I would like to inform that I have modified the code to start from the last completed scan. So, I am closing this issue. |
Hi, Is there an option to scan till a particular space, pause and continue scan from there at a later time?
The text was updated successfully, but these errors were encountered: