-
Notifications
You must be signed in to change notification settings - Fork 106
bug: Fixes parallelization and improves output logic #284
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
Conversation
1. Fixes #267 when gcp_scanner would hang indefinetely 2. Output file does not contain projects parent node anymore 3. Minor code formating using pyformat Fixes #271. GCP Scanner does not rely on multiprocessing and future frameworks anymore. We use threads and implement our own logic to handle number workers count. Added new option to control number of threads.
|
@yahia3200 FYI: I changed the output file format a bit by removing projects {}. The old one did not make sense. Could you please reflect that in the visualization tool (It will likely fail to parse the new one). Thanks! The new format is like this: Basically, we are not anymore nesting into |
fixed with #285 |
can not pickle _cffi_Backend.FFI object#267 when gcp_scanner would hang indefinetelyFixes #271. GCP Scanner does not rely on multiprocessing and future frameworks anymore. We use threads and implement our own logic to handle number workers count.
Added new option to control number of threads.